-
Notifications
You must be signed in to change notification settings - Fork 34
Control Interfaces
helgeerbe edited this page Jun 3, 2022
·
4 revisions
There are two styles of topic depending on how communication is being used by homeassistant. In the list below I will give the topic followed by possible messages. First switch or button style, then value messages
- on the basis that you have defined
device_id: 'picframe'
in configuration.yaml - display on/off:
homeassistant/switch/picframe_display/set
,ON,OFF
- paused on/off:
homeassistant/switch/picframe_paused/set
,ON,OFF
- shuffle on/off:
homeassistant/switch/picframe_shuffle/set
,ON,OFF
- back:
homeassistant/button/picframe_back/set
,ON
- next:
homeassistant/button/picframe_next/set
,ON
- name text on/off:
homeassistant/switch/picframe_name_toggle/set
,ON,OFF
- date text on/off:
homeassistant/switch/picframe_date_toggle/set
,ON,OFF
- location text on/off:
homeassistant/switch/picframe_location_toggle/set
,ON,OFF
- directory text on/off:
homeassistant/switch/picframe_directory_toggle/set
,ON,OFF
- title text on/off:
homeassistant/switch/picframe_title_toggle/set
,ON,OFF
- caption text on/off:
homeassistant/switch/picframe_caption_toggle/set
,ON,OFF
- all text off:
homeassistant/switch/picframe_text_off/set
,ON
# yes that is confusing! - text refresh:
homeassistant/switch/picframe_text_refresh/set
,ON
- delete:
homeassistant/button/picframe_delete/set
,ON
- clock on/off:
homeassistant/switch/picframe_clock/set
,ON,OFF
values:
- directory:
picframe/directory
,string matching directory name
- date_from:
picframe/date_from
,string YYYY/MM/DD or number representing unix timestamp or zero length string to remove constraint
- date_to:
picframe/date_to
,string YYYY/MM/DD or number as above
- fade_time:
picframe/fade_time
,number
- time_delay:
picframe/time_delay
,number
- brightness:
picframe/brightness
,float 0.0 to 1.0
- location_filter:
picframe/location_filter
,string matching any part of geolocation description
- tags_filter:
picframe/tags_filter
,string matching tags
- stop:
picframe/stop
, message not used - just stops - matting_images:
picframe/matting_images
,float 0.0 to 1.0, 0 if matting is activated (true) and 1 if it is deactivated (false). Any value in between is used as value for mat_image_to