173 lines
3.8 KiB
YAML
173 lines
3.8 KiB
YAML
|
|
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
homeassistant:
|
|
auth_mfa_modules:
|
|
- type: totp
|
|
# Load frontend themes from the themes folder
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
template:
|
|
- switch:
|
|
- name: "Inverse of Upper Landing Switch"
|
|
unique_id: inverse_Upper_Landing_A
|
|
state: >
|
|
{{ is_state('switch.upper_landing_a_switch', 'off') }}
|
|
turn_on:
|
|
service: switch.turn_off
|
|
target:
|
|
entity_id: switch.upper_landing_a_switch
|
|
turn_off:
|
|
service: switch.turn_on
|
|
target:
|
|
entity_id: switch.upper_landing_a_switch
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
rest_command:
|
|
pause_ads_5:
|
|
url: "http://192.168.0.248:20720/admin/api.php?disable=300&auth=c874330af40074c580efdb36d0476e216d3bc3ffb860dcfd9361da5a457770f5"
|
|
panel_custom:
|
|
- name: panel_automations
|
|
sidebar_title: Automations
|
|
sidebar_icon: mdi:cogs
|
|
url_path: 'config/automation/dashboard'
|
|
module_url: /api/hassio/app/entrypoint.js
|
|
embed_iframe: true
|
|
require_admin: true
|
|
- name: panel_integrations
|
|
sidebar_title: Integrations
|
|
sidebar_icon: mdi:cogs
|
|
url_path: 'config/integrations/dashboard'
|
|
module_url: /api/hassio/app/entrypoint.js
|
|
embed_iframe: true
|
|
require_admin: true
|
|
- name: panel_devices
|
|
sidebar_title: Devices
|
|
sidebar_icon: mdi:cogs
|
|
url_path: 'config/devices/dashboard'
|
|
module_url: /api/hassio/app/entrypoint.js
|
|
embed_iframe: true
|
|
require_admin: true
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 192.168.0.249
|
|
twilio:
|
|
account_sid: "AC7732cb92a1dc8b59749e8d695495793c"
|
|
auth_token: "9ec61ee9906106e8597f6151df910466"
|
|
notify:
|
|
- name: twilio_call
|
|
platform: twilio_call
|
|
from_number: "+16828463062"
|
|
# Groups
|
|
light:
|
|
- platform: group
|
|
name: "_NH_PRIMARY_BEDROOM_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
- platform: group
|
|
name: "_NH_PRIMARY_BATH_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_PRIMARY_CLOSET_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_ENTRY_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_GARAGE_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_KITCHEN_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_LIVING_ROOM_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_POWDER_BATH_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_OFFICE_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_STAIR_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_PATIO_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_LAUNDRY_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_GARAGE_ENTRY_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_PANTRY_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_STORAGE_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_PRIMARY_TOILET_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_LIBRARY_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_GUEST_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_MOVIE_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_GUEST_BATH_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_UPSTAIRS_HALL_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights
|
|
|
|
- platform: group
|
|
name: "_NH_LOFT_LIGHTS"
|
|
entities:
|
|
- light.lamp_lights |