Skip to content

Commit

Permalink
Disable Memory Settings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 30, 2024
1 parent af79696 commit a72b439
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions firmware/addons/memory-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ number:
- tc_bus.update_setting:
type: volume_ringtone
value: !lambda "return x;"
entity_category: CONFIG
disabled_by_default: true

- platform: template
name: "Handset volume"
Expand All @@ -42,6 +44,8 @@ number:
- tc_bus.update_setting:
type: volume_handset
value: !lambda "return x;"
entity_category: CONFIG
disabled_by_default: true

- platform: template
name: "Ringtone: Floor Call"
Expand All @@ -54,6 +58,8 @@ number:
- tc_bus.update_setting:
type: ringtone_floor_call
value: !lambda "return x;"
entity_category: CONFIG
disabled_by_default: true

- platform: template
name: "Ringtone: Door Call"
Expand All @@ -66,6 +72,8 @@ number:
- tc_bus.update_setting:
type: ringtone_door_call
value: !lambda "return x;"
entity_category: CONFIG
disabled_by_default: true

- platform: template
name: "Ringtone: Internal Call"
Expand All @@ -78,6 +86,8 @@ number:
- tc_bus.update_setting:
type: ringtone_internal_call
value: !lambda "return x;"
entity_category: CONFIG
disabled_by_default: true

#select:
# - platform: template
Expand Down

0 comments on commit a72b439

Please sign in to comment.