mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Correct all Breaking Changes in .61 regarding sensors.
This commit is contained in:
@@ -9,7 +9,7 @@ homeassistant:
|
||||
customize_glob:
|
||||
"sensor.skybell_*":
|
||||
icon: mdi:camera-front
|
||||
|
||||
|
||||
hidden: False
|
||||
homebridge_hidden: True
|
||||
|
||||
@@ -50,7 +50,6 @@ sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
skybell:
|
||||
entity_id: binary_sensor.skybell_stone_door_button
|
||||
value_template: "{{ 'Online' if is_state_attr('binary_sensor.skybell_stone_door_button', 'status', 'up') else 'Offline' }}"
|
||||
|
||||
switch:
|
||||
|
Reference in New Issue
Block a user