Skip to content

Commit

Permalink
Merge pull request #89 from Roving-Ronin/main
Browse files Browse the repository at this point in the history
on_boot default and icon
  • Loading branch information
tarontop authored Oct 18, 2024
2 parents 88645ef + 78b4b2a commit ad06504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion athom-smart-plug-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,14 @@ globals:
- id: restore_mode
type: int
restore_value: yes
initial_value: "3"
initial_value: "2" # 0 = Always_Off. 1 = Restore_Power_Off. 2 = Always_On.

select:
- platform: template
name: "Power On State"
id: "power_mode"
optimistic: true
icon: "mdi:electric-switch"
options:
- Always Off
- Always On
Expand Down

0 comments on commit ad06504

Please sign in to comment.