mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
24 lines
401 B
YAML
Executable File
24 lines
401 B
YAML
Executable File
guest_mode:
|
|
name: Guest Mode
|
|
icon: mdi:account-alert
|
|
initial: off
|
|
|
|
school_mode:
|
|
name: School Mode
|
|
icon: mdi:school
|
|
initial: on
|
|
|
|
alert_mode:
|
|
name: Alert Mode
|
|
icon: mdi:alert-octagram
|
|
initial: off
|
|
|
|
speech_notifications:
|
|
name: Speech Notifications
|
|
icon: mdi:speaker-wireless
|
|
initial: on
|
|
|
|
last_message:
|
|
name: Last Notification
|
|
icon: mdi:repeat-once
|
|
initial: off |