Advertisement
3km

maga.yaml

3km
Jan 29th, 2024 (edited)
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.24 KB | None | 0 0
  1. # configuration.yaml
  2. #https://github.com/andvikt/mega_hacs/wiki/Кастомизация
  3. #mega:
  4. m141: # ID меги, как в UI
  5.   7:
  6.     domain: switch
  7.     name: Спальня, PWR окно
  8.   8:
  9.     domain: switch
  10.     name: Спальня, PWR сп
  11.   9:
  12.     domain: light
  13.     name: Кухня, Точечный
  14.   10:
  15.     domain: switch
  16.     name: Кухня, PWR основной
  17.   11:
  18.     domain: light
  19.     name: Ванная, Свет
  20.   12:
  21.     domain: switch
  22.     name: Ванная, Вытяжка
  23.   13:
  24.     domain: switch
  25.     name: Прихожая, PWR Свет
  26.   29:
  27.     domain: light
  28.     name: Прихожая, резерв
  29.  
  30. # m141: # название интеграции
  31.   entities:
  32.     binary_sensor.m141_02: # Кухня Коридор --> Кухня Точечный Свет (9:2)
  33.       response_template: ""  
  34.      
  35.     binary_sensor.m141_03: # Кухня Коридор --> Кухня Основной Свет (10:2)
  36.       response_template: ""  
  37.  
  38.     binary_sensor.m141_04:
  39.       response_template: ""
  40.  
  41.     binary_sensor.m141_05:
  42.       response_template: ""
  43.  
  44.     binary_sensor.m141_06:
  45.       response_template: ""
  46.  
  47. # 0:
  48. # 1:
  49. # 2:
  50. # 3:
  51. # 4:
  52. # 5:
  53. # 6:
  54. # 15:
  55. # 16:
  56. # 17:
  57. # 18:
  58. # 19:
  59. # 20:
  60. # 21:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement