-
-
Notifications
You must be signed in to change notification settings - Fork 35
homeThing Screens
Landon Rohatensky edited this page Jun 16, 2023
·
1 revision
Entities can be grouped together to display on a screen.
homeThing:
screens:
- name: Desk Screen
entities:
- type: command
name: "desk nudge up"
command:
- homeassistant.service:
service: button.press
data:
entity_id: "button.desk_position_nudge_up"
homeThing:
screens:
- name: Desk Screen
entities:
- type: cover
id: cover_megadesk
- type: number
id: desk_height_number
- type: command
name: "desk nudge up"
command:
- homeassistant.service:
service: button.press
data:
entity_id: "button.desk_position_nudge_up"
- type: command
name: "desk nudge down"
command:
- homeassistant.service:
service: button.press
data:
entity_id: "button.desk_position_nudge_down"
- id: light_desk_lamp
type: light
- name: Lights Screen
entities:
- id: light_all_lights
type: light
- id: light_rgb_lights
type: light
- type: command
name: "color lights"
command:
- homeassistant.service:
service: script.colors
- type: command
name: "hell lights"
command:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: "scene.hell"
- type: command
name: "lights off"
command:
- homeassistant.service:
service: script.off_script
settings can be loaded from settings.yaml
homeThing:
screens:
- name: Settings Screen
show_version: True ## Displays the text inside of `version.h` if it's included
entities:
- id: backlight
type: light
- id: "restart_switch"
type: switch
- id: wifi_ssid
type: text_sensor
- id: wifi_signal_percent
type: sensor
- id: wifi_ip
type: text_sensor
- t-embed
- lilygo tdisplay
- lilygo tdisplay + rotary
- Lilygo TDisplay S3
- lilygo t4
- m5stack fire
- m5stickc
- m5stickc + rotary
- Generic Speaker (Sonos, Spotify, PC, Mac)
- Android TV
- Kodi
- LG
- Plex
- Roku
- Samsung TV
- Yamaha
- Lights
- Switches
- Text Sensors
- homeThing Base
- homeThing Screens
- Media Player Group