initial commit
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
---
|
||||
app_climate_humidity_suppression_status:
|
||||
name: "Humidity Suppression"
|
||||
icon: mdi:water-percent
|
||||
|
||||
app_climate_humidity_suppression_announcement:
|
||||
name: "Announcement"
|
||||
icon: mdi:account-voice
|
||||
|
||||
app_climate_humidity_suppression_notification:
|
||||
name: "Notification"
|
||||
icon: mdi:cellphone-message
|
81
configuration/input_boolean/app_presence_occupancy.yaml
Normal file
81
configuration/input_boolean/app_presence_occupancy.yaml
Normal file
@ -0,0 +1,81 @@
|
||||
---
|
||||
occupancy_kitchen:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_living_room:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_bedroom_master:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_bedroom_olivia:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_bedroom_max:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_bathroom_master:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_bathroom_bedroom:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_bathroom_living:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_garage:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_stairwell:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_backyard:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
occupancy_aisle:
|
||||
name: 'Occupancy'
|
||||
icon: mdi:account-multiple
|
||||
|
||||
manually_operated_light_kitchen:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_living_room:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_bedroom_master:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_bedroom_olivia:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_bedroom_max:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_bathroom_master:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_bathroom_bedroom:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_bathroom_living:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_garage:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_stairwell:
|
||||
name: 'Manually Operated Light'
|
||||
|
||||
manually_operated_light_backyard:
|
||||
name: 'Manually Operated Light'
|
4
configuration/input_boolean/app_va_night_mode.yaml
Normal file
4
configuration/input_boolean/app_va_night_mode.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
app_va_night_mode_status:
|
||||
name: "Voice Assistant Night mode"
|
||||
icon: mdi:weather-night
|
4
configuration/input_boolean/guest_mode.yaml
Normal file
4
configuration/input_boolean/guest_mode.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
guest_mode:
|
||||
name: 'Guest Mode'
|
||||
icon: mdi:briefcase
|
28
configuration/input_boolean/light_state.yaml
Normal file
28
configuration/input_boolean/light_state.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
kitchen_light_state:
|
||||
name: 'Kitchen Light State'
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
living_room_light_state:
|
||||
name: 'Living Room Light State'
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
bedroom_master_light_state:
|
||||
name: 'Bedroom Master Light State'
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
bedroom_olivia_light_state:
|
||||
name: 'Bedroom Olivia Light State'
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
bedroom_max_light_state:
|
||||
name: 'Bedroom Max Light State'
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
backyard_light_state:
|
||||
name: 'Backyard Light State'
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
porch_light_state:
|
||||
name: 'Porch Light State'
|
||||
icon: mdi:lightbulb-group
|
10
configuration/input_boolean/zigbee2mqtt.yaml
Normal file
10
configuration/input_boolean/zigbee2mqtt.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
zigbee_permit_join_01:
|
||||
name: Allow devices to join
|
||||
initial: off
|
||||
icon: mdi:cellphone-wireless
|
||||
|
||||
zigbee_permit_join_02:
|
||||
name: Allow devices to join
|
||||
initial: off
|
||||
icon: mdi:cellphone-wireless
|
Reference in New Issue
Block a user