]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Fixed name binary_sensor/home_assistant.yaml
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 11 Feb 2019 15:40:15 +0000 (16:40 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 11 Feb 2019 15:40:15 +0000 (16:40 +0100)
binary_sensor/home_assistant.yaml
group/settings.yaml

index aa21763588cfd88af537e0fca4a082279fc3f069..4463cd1594cc806bffb31ceab35b0954dbe96675 100644 (file)
@@ -26,7 +26,7 @@
 
 - platform: template
   sensors:
-    text_notirication:
+    text_notification:
       friendly_name: Notifiche testuali
       entity_id: input_boolean.text_notifications
       value_template: >-
@@ -44,7 +44,7 @@
 
 - platform: template
   sensors:
-    speech_notirication:
+    speech_notification:
       friendly_name: Notifiche vocali
       entity_id: input_boolean.speech_notifications
       value_template: >-
index ba51833bf5cee49e49421a489ef30786b9c202cd..cabcd1b82a624d88a6307aff2943e6b34fa67554 100644 (file)
@@ -3,7 +3,9 @@ settings:
   view: true
   icon: mdi:settings
   entities:
-    - binary_sensor.home_mode 
+    - binary_sensor.home_mode
+    - binary_sensor.speech_notifications
+    - binary_sensor.text_notifications
     - group.all_automations
     - group.ha_settings