Relocated some input booleans

This commit is contained in:
2023-09-07 12:33:00 -04:00
parent bd90d552ad
commit 85430f51ac
5 changed files with 25 additions and 26 deletions

View File

@ -1,27 +1,3 @@
weather_reports:
name: Weather Info
icon: mdi:weather-cloudy-alert
traffic_reports:
name: Traffic Reports
icon: mdi:traffic-light
sun_reports:
name: Sun Reports
icon: mdi:weather-sunny-alert
shuffle_spotify:
name: Spotify Shuffle
icon: mdi:spotify
tornado_watch:
name: Tornado Watch
icon: mdi:message-alert
vacation_mode:
name: Vacation Mode
icon: mdi:umbrella-beach
night_mode:
name: Night Mode
icon: mdi:lightbulb-night
toggle_testing:
name: Toggle Testing
icon: mdi:test-tube
goodnight:
name: Goodnight
icon: mdi:sleep
icon: mdi:test-tube

View File

@ -82,6 +82,15 @@ input_boolean:
kallen_nightly_briefing:
name: Kallen Nightly Briefing Ran
icon: mdi:home-analytics
weather_reports:
name: Weather Info
icon: mdi:weather-cloudy-alert
traffic_reports:
name: Traffic Reports
icon: mdi:traffic-light
sun_reports:
name: Sun Reports
icon: mdi:weather-sunny-alert
intent_script:
PlayAnnouncement:

View File

@ -2,6 +2,9 @@ input_boolean:
spotify_idle_or_paused:
name: Spotify Idle or Paused
icon: mdi:spotify
shuffle_spotify:
name: Spotify Shuffle
icon: mdi:spotify
intent_script:
SetVolume:

View File

@ -1,3 +1,11 @@
input_boolean:
night_mode:
name: Night Mode
icon: mdi:lightbulb-night
goodnight:
name: Goodnight
icon: mdi:sleep
sensor:
- platform: time_date
display_options:

View File

@ -42,7 +42,10 @@
################################################################################
input_boolean:
tornado_watch:
name: Tornado Watch
icon: mdi:message-alert
################################################################################
## sensor ##