mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update tailscale to 0.2.0 (#65318)
This commit is contained in:
parent
441e81c02a
commit
e5b6a58fab
@ -111,8 +111,6 @@ class TailscaleBinarySensorEntity(TailscaleEntity, BinarySensorEntity):
|
|||||||
entity_description: TailscaleBinarySensorEntityDescription
|
entity_description: TailscaleBinarySensorEntityDescription
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_on(self) -> bool:
|
def is_on(self) -> bool | None:
|
||||||
"""Return the state of the sensor."""
|
"""Return the state of the sensor."""
|
||||||
return bool(
|
return self.entity_description.is_on_fn(self.coordinator.data[self.device_id])
|
||||||
self.entity_description.is_on_fn(self.coordinator.data[self.device_id])
|
|
||||||
)
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Tailscale",
|
"name": "Tailscale",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tailscale",
|
"documentation": "https://www.home-assistant.io/integrations/tailscale",
|
||||||
"requirements": ["tailscale==0.1.6"],
|
"requirements": ["tailscale==0.2.0"],
|
||||||
"codeowners": ["@frenck"],
|
"codeowners": ["@frenck"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
@ -2314,7 +2314,7 @@ synology-srm==0.2.0
|
|||||||
systembridge==2.2.3
|
systembridge==2.2.3
|
||||||
|
|
||||||
# homeassistant.components.tailscale
|
# homeassistant.components.tailscale
|
||||||
tailscale==0.1.6
|
tailscale==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.tank_utility
|
# homeassistant.components.tank_utility
|
||||||
tank_utility==1.4.0
|
tank_utility==1.4.0
|
||||||
|
@ -1423,7 +1423,7 @@ surepy==0.7.2
|
|||||||
systembridge==2.2.3
|
systembridge==2.2.3
|
||||||
|
|
||||||
# homeassistant.components.tailscale
|
# homeassistant.components.tailscale
|
||||||
tailscale==0.1.6
|
tailscale==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.tellduslive
|
# homeassistant.components.tellduslive
|
||||||
tellduslive==0.10.11
|
tellduslive==0.10.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user