20 lines
618 B
YAML
20 lines
618 B
YAML
|
## This is the main Floorplan configuration page. To define the pages.
|
||
|
## This one is called Floorclock since this is for my Clock application.
|
||
|
## log_level: which can be set to one these: error, warning, info or debug
|
||
|
|
||
|
date_format: MMM-DD-YYYY
|
||
|
#log_level: debug
|
||
|
|
||
|
fully_kiosk:
|
||
|
|
||
|
- name: Alarm Clock
|
||
|
address: 00:FC:8B:4A:D5:CF
|
||
|
motion_sensor: binary_sensor.clock_motion
|
||
|
plugged_sensor: binary_sensor.clock_plugged
|
||
|
screensaver_light: light.clock_screensaver
|
||
|
media_player: media_player.alarm_clock
|
||
|
|
||
|
pages:
|
||
|
- /local/custom_ui/floorplan/clock.yaml
|
||
|
- /local/custom_ui/floorplan/clock_config.yaml
|