Indent fixes

main
Madelena Mak 1 year ago
parent 6153541fcc
commit d359dd0f6b

@ -210,14 +210,14 @@ sensor:
id: train_manhattan_due_in id: train_manhattan_due_in
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.gtfs_mta_subway_canarsie entity_id: sensor.gtfs_mta_subway_canarsie
id: train_canarsie_due_in id: train_canarsie_due_in
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.gtfs_mta_subway_manhattan entity_id: sensor.gtfs_mta_subway_manhattan
@ -225,7 +225,7 @@ sensor:
id: train_manhattan_next_train_due_in id: train_manhattan_next_train_due_in
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.gtfs_mta_subway_canarsie entity_id: sensor.gtfs_mta_subway_canarsie
@ -233,7 +233,7 @@ sensor:
id: train_canarsie_next_train_due_in id: train_canarsie_next_train_due_in
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: weather.hourly entity_id: weather.hourly
@ -241,7 +241,7 @@ sensor:
id: weather_temperature id: weather_temperature
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
@ -249,7 +249,7 @@ sensor:
id: weather_temperature_0 id: weather_temperature_0
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
@ -257,7 +257,7 @@ sensor:
id: weather_temperature_1 id: weather_temperature_1
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
@ -265,7 +265,7 @@ sensor:
id: weather_temperature_2 id: weather_temperature_2
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
@ -273,7 +273,7 @@ sensor:
id: weather_temperature_3 id: weather_temperature_3
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: wifi_signal - platform: wifi_signal
name: "WiFi Signal Sensor" name: "WiFi Signal Sensor"
@ -289,7 +289,7 @@ text_sensor:
id: train_manhattan_due_at id: train_manhattan_due_at
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.gtfs_mta_subway_canarsie entity_id: sensor.gtfs_mta_subway_canarsie
@ -297,7 +297,7 @@ text_sensor:
id: train_canarsie_due_at id: train_canarsie_due_at
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.gtfs_mta_subway_manhattan entity_id: sensor.gtfs_mta_subway_manhattan
@ -305,7 +305,7 @@ text_sensor:
id: train_manhattan_next_train_due_at id: train_manhattan_next_train_due_at
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.gtfs_mta_subway_canarsie entity_id: sensor.gtfs_mta_subway_canarsie
@ -313,14 +313,14 @@ text_sensor:
id: train_canarsie_next_train_due_at id: train_canarsie_next_train_due_at
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: weather.valhalla_hourly entity_id: weather.valhalla_hourly
id: weather_state id: weather_state
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
@ -328,63 +328,63 @@ text_sensor:
id: weather_condition_now id: weather_condition_now
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_condition_0 attribute: weather_condition_0
id: weather_condition_0 id: weather_condition_0
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_timestamp_0 attribute: weather_timestamp_0
id: weather_timestamp_0 id: weather_timestamp_0
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_condition_1 attribute: weather_condition_1
id: weather_condition_1 id: weather_condition_1
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_timestamp_1 attribute: weather_timestamp_1
id: weather_timestamp_1 id: weather_timestamp_1
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_condition_2 attribute: weather_condition_2
id: weather_condition_2 id: weather_condition_2
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_timestamp_2 attribute: weather_timestamp_2
id: weather_timestamp_2 id: weather_timestamp_2
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_condition_3 attribute: weather_condition_3
id: weather_condition_3 id: weather_condition_3
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: weather_timestamp_3 attribute: weather_timestamp_3
id: weather_timestamp_3 id: weather_timestamp_3
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
@ -392,21 +392,21 @@ text_sensor:
id: train_status id: train_status
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: train_status_manhattan attribute: train_status_manhattan
id: train_status_manhattan id: train_status_manhattan
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
- platform: homeassistant - platform: homeassistant
entity_id: sensor.weatherman_data entity_id: sensor.weatherman_data
attribute: train_status_canarsie attribute: train_status_canarsie
id: train_status_canarsie id: train_status_canarsie
on_value: on_value:
then: then:
- lambda: 'id(data_updated) = true;' - lambda: 'id(data_updated) = true;'
# Define colors # Define colors

Loading…
Cancel
Save