mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Add configuration_url to Uptime Robot (#57709)
This commit is contained in:
@ -33,6 +33,7 @@ class UptimeRobotEntity(CoordinatorEntity):
|
||||
"manufacturer": "Uptime Robot Team",
|
||||
"entry_type": "service",
|
||||
"model": self.monitor.type.name,
|
||||
"configuration_url": f"https://uptimerobot.com/dashboard#{self.monitor.id}",
|
||||
}
|
||||
self._attr_extra_state_attributes = {
|
||||
ATTR_TARGET: self.monitor.url,
|
||||
|
Reference in New Issue
Block a user