Guest User

Untitled

a guest
Feb 19th, 2025
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.88 KB | None | 0 0
  1. - id: '1676329077002'
  2.   alias: Set LG TV Picture Mode on Input Select
  3.   description: ''
  4.   trigger:
  5.   - platform: state
  6.     entity_id:
  7.    - input_select.lg_tv_picture_mode
  8.   action:
  9.   - choose:
  10.     - conditions:
  11.       - condition: state
  12.         entity_id: input_select.lg_tv_picture_mode
  13.         state: Bright Room
  14.       sequence:
  15.       - service: script.lg_tv_picture_mode
  16.         data:
  17.           picture_mode: expert1
  18.     - conditions:
  19.       - condition: state
  20.         entity_id: input_select.lg_tv_picture_mode
  21.         state: FilmMaker
  22.       sequence:
  23.       - service: script.lg_tv_picture_mode
  24.         data:
  25.           picture_mode: filmMaker
  26.     - conditions:
  27.       - condition: state
  28.         entity_id: input_select.lg_tv_picture_mode
  29.         state: Dark Room
  30.       sequence:
  31.       - service: script.lg_tv_picture_mode
  32.         data:
  33.           picture_mode: expert2
Advertisement
Add Comment
Please, Sign In to add comment