-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
31 lines (25 loc) · 862 Bytes
/
configuration.yaml
File metadata and controls
31 lines (25 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
homeassistant:
packages: !include_dir_named packages
automation: !include_dir_list automations
script: !include_dir_named scripts
sensor: !include_dir_merge_list sensors/
scene: !include scenes.yaml
group: !include groups.yaml
template: !include templates.yaml
logger: !include logger.yaml
lovelace:
dashboards: !include dashboards.yaml
# REST commands for Fully Kiosk Browser screen control — replace placeholders
rest_command:
fully_turn_screen_tablet:
url: "{{ url }}"
method: POST
content_type: 'application/x-www-form-urlencoded'
payload: "{{ payload }}"
# Shell command variant that runs curl with a short timeout and backgrounds the process
shell_command: {}