Move input booleans to K's yaml file

This commit is contained in:
2023-03-20 14:58:10 -04:00
parent 9fa7823cee
commit 5cf72fafff
3 changed files with 6 additions and 6 deletions

View File

@ -16,9 +16,6 @@ tornado_watch:
vacation_mode: vacation_mode:
name: Vacation Mode name: Vacation Mode
icon: mdi:umbrella-beach icon: mdi:umbrella-beach
kallen_overnight:
name: Kallen Overnight
icon: mdi:weather-night
night_mode: night_mode:
name: Night Mode name: Night Mode
icon: mdi:lightbulb-night icon: mdi:lightbulb-night

View File

@ -7,6 +7,12 @@ input_boolean:
kallen_computer_updates: kallen_computer_updates:
name: Kallen Computer Updates name: Kallen Computer Updates
icon: mdi:update icon: mdi:update
kallen_overnight:
name: Kallen Overnight
icon: mdi:weather-night
kallen_awake:
name: Kallen Awake
icon: mdi:eye-check
automation: automation:
- id: 28609544-f768-4ef3-b859-50439e224e01 - id: 28609544-f768-4ef3-b859-50439e224e01

View File

@ -16,9 +16,6 @@ input_datetime:
icon: mdi:binoculars icon: mdi:binoculars
input_boolean: input_boolean:
kallen_awake:
name: Kallen Awake
icon: mdi:eye-check
away_mode_skipped: away_mode_skipped:
name: Away Mode Skipped name: Away Mode Skipped
icon: mdi:debug-step-over icon: mdi:debug-step-over