Skip to content

Commit 52c6ecc

Browse files
committed
feat(sma_sunny_boy): add colors
1 parent e564ccf commit 52c6ecc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

β€Žsolar_inverters/sma_sunny_boy_v3/manifest.ymlβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ telemetry:
8383
description: Inverter is switched off
8484
standby:
8585
display_name: Standby
86+
color: blue
8687
description: |
8788
Inverter is in standby mode waiting for startup conditions.
8889
Examples:
@@ -91,15 +92,19 @@ telemetry:
9192
- External control signal forcing standby
9293
starting:
9394
display_name: Starting
95+
color: green-lighter
9496
description: Inverter is going through startup procedure
9597
operating:
9698
display_name: Operating
99+
color: green
97100
description: Inverter is actively producing power
98101
shutting_down:
99102
display_name: Shutting Down
103+
color: green-lighter
100104
description: Inverter is going through shutdown procedure
101105
fault:
102106
display_name: Fault
107+
color: red
103108
description: Inverter has detected a fault and is not operating
104109
health:
105110
display_name: Health Status

0 commit comments

Comments
Β (0)