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