Skip to content

Commit

Permalink
Merge pull request #247 from dvandonkelaar/master
Browse files Browse the repository at this point in the history
🔧 Changed restore_state to restore_mode
  • Loading branch information
adonno committed Jul 22, 2023
2 parents 7bc9ec9 + 7c70c6f commit a7e4048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagreader.yaml
Expand Up @@ -58,14 +58,14 @@ switch:
id: buzzer_enabled
icon: mdi:volume-high
optimistic: true
restore_state: true
restore_mode: RESTORE_DEFAULT_ON
entity_category: config
- platform: template
name: "${friendly_name} LED enabled"
id: led_enabled
icon: mdi:alarm-light-outline
optimistic: true
restore_state: true
restore_mode: RESTORE_DEFAULT_ON
entity_category: config

# Define buttons for writing tags via HA
Expand Down

0 comments on commit a7e4048

Please sign in to comment.