mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-29 09:05:44 +00:00
minor updates
This commit is contained in:
@@ -1,81 +1,4 @@
|
||||
homeassistant:
|
||||
customize:
|
||||
|
||||
################################################
|
||||
## Node Anchors
|
||||
################################################
|
||||
|
||||
package.node_anchors:
|
||||
customize: &customize
|
||||
package: 'settings'
|
||||
|
||||
exposed: &exposed
|
||||
<<: *customize
|
||||
emulated_hue_hidden: true
|
||||
homebridge_hidden: false
|
||||
|
||||
not_exposed: ¬_exposed
|
||||
<<: *customize
|
||||
emulated_hue_hidden: false
|
||||
homebridge_hidden: true
|
||||
|
||||
hidden: &hidden
|
||||
<<: *customize
|
||||
hidden: true
|
||||
|
||||
group.control_panel:
|
||||
<<: *not_exposed
|
||||
|
||||
input_boolean.working_in_garage:
|
||||
<<: *exposed
|
||||
friendly_name: Working in Garage
|
||||
icon: mdi:worker
|
||||
input_boolean.working_in_office_room:
|
||||
<<: *exposed
|
||||
friendly_name: Working in Office Room
|
||||
icon: mdi:worker
|
||||
input_boolean.voice_notifications:
|
||||
<<: *exposed
|
||||
icon: mdi:microphone-off
|
||||
emulated_hue_name: Home Assistant Announcements
|
||||
homebridge_name: Home Assistant Announcements
|
||||
input_boolean.do_not_disturb:
|
||||
<<: *exposed
|
||||
homebridge_name: Do Not Disturb
|
||||
input_boolean.alarm_clock:
|
||||
<<: *exposed
|
||||
homebridge_name: Alarm Clock
|
||||
|
||||
input_datetime.summer_bed_time:
|
||||
icon: mdi:beach
|
||||
input_datetime.summer_wakeup_time:
|
||||
icon: mdi:beach
|
||||
|
||||
input_datetime.autumn_bed_time:
|
||||
icon: mdi:leaf
|
||||
input_datetime.autumn_wakeup_time:
|
||||
icon: mdi:leaf
|
||||
|
||||
input_datetime.winter_bed_time:
|
||||
icon: mdi:snowflake
|
||||
input_datetime.winter_wakeup_time:
|
||||
icon: mdi:snowflake
|
||||
|
||||
input_datetime.spring_bed_time:
|
||||
icon: mdi:tree
|
||||
input_datetime.spring_wakeup_time:
|
||||
icon: mdi:tree
|
||||
|
||||
sensor.wakeup_hour:
|
||||
<<: *hidden
|
||||
sensor.wakeup_minute:
|
||||
<<: *hidden
|
||||
sensor.bedtime_hour:
|
||||
<<: *hidden
|
||||
sensor.bedtime_minute:
|
||||
<<: *hidden
|
||||
input_boolean.dummy:
|
||||
<<: *hidden
|
||||
|
||||
# Input DateTime Options:
|
||||
# I set the minutes to something that is divisible by 5, so that the automations
|
||||
|
Reference in New Issue
Block a user