From: Giorgio Ravera Date: Tue, 23 May 2023 03:07:32 +0000 (+0200) Subject: Fixed most of yaml validation issues X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=134818c07ff8a1319aca8b02bf6953bd0750065d;p=homeassistant.git Fixed most of yaml validation issues --- diff --git a/.secrets_dummy.yaml b/.secrets_dummy.yaml index c24ae9dc..2ed94678 100644 --- a/.secrets_dummy.yaml +++ b/.secrets_dummy.yaml @@ -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/ diff --git a/components/google_assistant/audio.yaml b/components/google_assistant/audio.yaml index 8f512f1f..e764a4ce 100644 --- a/components/google_assistant/audio.yaml +++ b/components/google_assistant/audio.yaml @@ -1,8 +1,8 @@ -###################################################################### -# Google Assistant: Audio -###################################################################### - -script.laura_voice: - name: Voce Laura - expose: true - room: Routine +###################################################################### +# Google Assistant: Audio +###################################################################### + +script.laura_voice: + name: Voce Laura + expose: true + room: Routine diff --git a/components/google_assistant/sensors.yaml b/components/google_assistant/sensors.yaml index 740f407e..57e43b4c 100644 --- a/components/google_assistant/sensors.yaml +++ b/components/google_assistant/sensors.yaml @@ -1,13 +1,13 @@ -###################################################################### -# 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 +###################################################################### +# 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 diff --git a/components/google_assistant/speech.yaml b/components/google_assistant/speech.yaml index d19ac128..eb712d8b 100644 --- a/components/google_assistant/speech.yaml +++ b/components/google_assistant/speech.yaml @@ -1,12 +1,12 @@ -###################################################################### -# Google Assistant: Speech -###################################################################### - -script.speech_status: - name: Stato Casa - expose: true - room: Routine -script.speech_consumption: - name: Consumo Casa - expose: true - room: Routine +###################################################################### +# Google Assistant: Speech +###################################################################### + +script.speech_status: + name: Stato Casa + expose: true + room: Routine +script.speech_consumption: + name: Consumo Casa + expose: true + room: Routine diff --git a/components/proxmox.yaml b/components/proxmox.yaml index 23e4aaf7..d228cc9f 100644 --- a/components/proxmox.yaml +++ b/components/proxmox.yaml @@ -10,7 +10,7 @@ nodes: - node: !secret proxmox_node vms: - - 100 - - 101 - - 102 - - 103 + - 100 + - 101 + - 102 + - 103 diff --git a/configuration.yaml b/configuration.yaml index a3739c73..ee5863de 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 - diff --git a/input_boolean/home_assistant.yaml b/input_boolean/home_assistant.yaml index 66e89649..3090d324 100644 --- a/input_boolean/home_assistant.yaml +++ b/input_boolean/home_assistant.yaml @@ -10,7 +10,7 @@ home_mode_night: name: Notte icon: mdi:weather-night initial: off - + home_mode_away: name: Vacanza icon: mdi:airplane-takeoff diff --git a/sensor/time.yaml b/sensor/time.yaml index 6cb1f806..fbafa596 100644 --- a/sensor/time.yaml +++ b/sensor/time.yaml @@ -6,7 +6,7 @@ display_options: - 'time' - 'date' -# - 'date_time' + #- 'date_time' - 'time_date' -# - 'time_utc' -# - 'beat' + #- 'time_utc' + #- 'beat'