Relocated some input booleans
This commit is contained in:
@ -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
|
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -42,7 +42,10 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
input_boolean:
|
||||||
|
tornado_watch:
|
||||||
|
name: Tornado Watch
|
||||||
|
icon: mdi:message-alert
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
## sensor ##
|
## sensor ##
|
||||||
|
Reference in New Issue
Block a user