From 630fb117584e6f675a72e7e84b4a209967a9b1b8 Mon Sep 17 00:00:00 2001 From: NP v/d Spek Date: Wed, 6 Mar 2024 00:48:09 +0100 Subject: [PATCH] YAML code formating --- .../status_indicator/_test/test.yaml | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/esphome/components/status_indicator/_test/test.yaml b/esphome/components/status_indicator/_test/test.yaml index 41ca59c60d..73ee01c26d 100644 --- a/esphome/components/status_indicator/_test/test.yaml +++ b/esphome/components/status_indicator/_test/test.yaml @@ -55,59 +55,59 @@ binary_sensor: - status.pop: custom_status1 status_indicator: - on_turn_off: #Manditory + on_turn_off: # Manditory - light.turn_off: id: led on_app_error: then: - - light.turn_on: - id: led - red: 100% - green: 0% - blue: 0% - brightness: 100% - effect: None + - light.turn_on: + id: led + red: 100% + green: 0% + blue: 0% + brightness: 100% + effect: None on_app_warning: then: - - light.turn_on: - id: led - red: 100% - green: 0% - blue: 0% - brightness: 100% - effect: Slow Pulse + - light.turn_on: + id: led + red: 100% + green: 0% + blue: 0% + brightness: 100% + effect: Slow Pulse on_wifi_ap_enabled: then: - - light.turn_on: - id: led - red: 100% - green: 100% - blue: 50% - brightness: 100% - effect: None + - light.turn_on: + id: led + red: 100% + green: 100% + blue: 50% + brightness: 100% + effect: None on_network_disconnected: then: - - light.turn_on: - id: led - red: 100% - green: 0% - blue: 0% - brightness: 100% - effect: Fast Pulse + - light.turn_on: + id: led + red: 100% + green: 0% + blue: 0% + brightness: 100% + effect: Fast Pulse on_api_disconnected: then: - - light.turn_on: - id: led - red: 100% - green: 100% - blue: 0% - brightness: 100% - effect: Fast Pulse + - light.turn_on: + id: led + red: 100% + green: 100% + blue: 0% + brightness: 100% + effect: Fast Pulse on_custom_status: - trigger_id: custom_status1