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: toggle_testing:
name: Toggle Testing name: Toggle Testing
icon: mdi:test-tube icon: mdi:test-tube
goodnight:
name: Goodnight
icon: mdi:sleep

View File

@ -82,6 +82,15 @@ input_boolean:
kallen_nightly_briefing: kallen_nightly_briefing:
name: Kallen Nightly Briefing Ran name: Kallen Nightly Briefing Ran
icon: mdi:home-analytics 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: intent_script:
PlayAnnouncement: PlayAnnouncement:

View File

@ -2,6 +2,9 @@ input_boolean:
spotify_idle_or_paused: spotify_idle_or_paused:
name: Spotify Idle or Paused name: Spotify Idle or Paused
icon: mdi:spotify icon: mdi:spotify
shuffle_spotify:
name: Spotify Shuffle
icon: mdi:spotify
intent_script: intent_script:
SetVolume: 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: sensor:
- platform: time_date - platform: time_date
display_options: display_options:

View File

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