]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Fixed most of yaml validation issues
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 23 May 2023 03:07:32 +0000 (05:07 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 23 May 2023 03:07:32 +0000 (05:07 +0200)
.secrets_dummy.yaml
components/google_assistant/audio.yaml
components/google_assistant/sensors.yaml
components/google_assistant/speech.yaml
components/proxmox.yaml
configuration.yaml
input_boolean/home_assistant.yaml
sensor/time.yaml

index c24ae9dc6f9ccc479caf767eb79647b5af6ed68a..2ed946788116878fc9e69fe4de72d86c1c2cc7d3 100644 (file)
@@ -1,4 +1,3 @@
-
 # Use this file to store secrets like usernames and passwords.
 # Learn more at https://www.home-assistant.io/docs/configuration/secrets/
 
index 8f512f1fa915e1e3808aed31e85320582f4da43c..e764a4ce148b722ca0ad4a3195fa608f193d48e2 100644 (file)
@@ -1,8 +1,8 @@
-######################################################################\r
-# Google Assistant: Audio\r
-######################################################################\r
-\r
-script.laura_voice:\r
-  name: Voce Laura\r
-  expose: true\r
-  room: Routine\r
+######################################################################
+# Google Assistant: Audio
+######################################################################
+
+script.laura_voice:
+  name: Voce Laura
+  expose: true
+  room: Routine
index 740f407e4fbb6c28595abd89664c48ad35f404d4..57e43b4c3cc149c1c71cdde57920d4cccc639070 100644 (file)
@@ -1,13 +1,13 @@
-######################################################################\r
-# Google Assistant: Sensors\r
-######################################################################\r
-\r
-sensor.temperatura_balcone_temperature:\r
-  name: Temperatura Balcone\r
-  expose: true\r
-  room: Balcone\r
-\r
-sensor.temperatura_veranda_temperature:\r
-  name: Temperatura Veranda\r
-  expose: true\r
-  room: Veranda\r
+######################################################################
+# Google Assistant: Sensors
+######################################################################
+
+sensor.temperatura_balcone_temperature:
+  name: Temperatura Balcone
+  expose: true
+  room: Balcone
+
+sensor.temperatura_veranda_temperature:
+  name: Temperatura Veranda
+  expose: true
+  room: Veranda
index d19ac1285abe8b078755dde8234c7d7500f904e5..eb712d8b02a17efecfa86ad8dbec9c91341f9800 100644 (file)
@@ -1,12 +1,12 @@
-######################################################################\r
-# Google Assistant: Speech\r
-######################################################################\r
-\r
-script.speech_status:\r
-  name: Stato Casa\r
-  expose: true\r
-  room: Routine\r
-script.speech_consumption:\r
-  name: Consumo Casa\r
-  expose: true\r
-  room: Routine\r
+######################################################################
+# Google Assistant: Speech
+######################################################################
+
+script.speech_status:
+  name: Stato Casa
+  expose: true
+  room: Routine
+script.speech_consumption:
+  name: Consumo Casa
+  expose: true
+  room: Routine
index 23e4aaf721212719afdbf560d4c7be4b7948f1ef..d228cc9fc9556884e42c55d2d065c483e9ca6ec6 100644 (file)
@@ -10,7 +10,7 @@
   nodes:
     - node: !secret proxmox_node
       vms:
-          - 100
-          - 101
-          - 102
-          - 103
+        - 100
+        - 101
+        - 102
+        - 103
index a3739c73e320af4a73196e5b1fc2683e7b92572c..ee5863deadbef566d649357dacfffebcfa8f94d7 100644 (file)
@@ -30,16 +30,16 @@ homeassistant:
 
 # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
 http:
-   # ssl_certificate: /config/certs/fullchain.pem
-   # ssl_key: /config/certs/privkey.pem
-   use_x_forwarded_for: true
-   trusted_proxies:
-     - 127.0.0.1       # traefik and home assistant in host mode
-#     - 172.18.0.1      # traefik in host mode and homeassistant in network mode
-#     - 172.18.0.200    # traefik and home in network mode
-     - 192.168.0.1
-   ip_ban_enabled: True
-   login_attempts_threshold: 3
+  # ssl_certificate: /config/certs/fullchain.pem
+  # ssl_key: /config/certs/privkey.pem
+  use_x_forwarded_for: true
+  trusted_proxies:
+    - 127.0.0.1       # traefik and home assistant in host mode
+    #- 172.18.0.1      # traefik in host mode and homeassistant in network mode
+    #- 172.18.0.200    # traefik and home in network mode
+    - 192.168.0.1
+  ip_ban_enabled: True
+  login_attempts_threshold: 3
 
 ######################################################################
 # Main Elements
@@ -240,4 +240,3 @@ telegram_bot: !include components/telegram.yaml
 
 # Monitor Docker
 monitor_docker: !include components/monitor_docker.yaml
-
index 66e8964970cb6a8f94d706d4f3562d9c5170fc6c..3090d324e24d1b83d29df1ebe250aac8cde7fa11 100644 (file)
@@ -10,7 +10,7 @@ home_mode_night:
   name: Notte
   icon: mdi:weather-night
   initial: off
-  
+
 home_mode_away:
   name: Vacanza
   icon: mdi:airplane-takeoff
index 6cb1f8069b83dc0b020f70fd7200a3f3392b06da..fbafa5969977f05f11490ff457f76d4ad4db62c4 100644 (file)
@@ -6,7 +6,7 @@
   display_options:
     - 'time'
     - 'date'
-#    - 'date_time'
+    #- 'date_time'
     - 'time_date'
-#    - 'time_utc'
-#    - 'beat'
+    #- 'time_utc'
+    #- 'beat'