Skip to content

Lights configuration

anotherjulien edited this page Feb 17, 2023 · 1 revision

For the lights, the only variation compared to the generic device elements is the dimmable option.
dimmable is an optional boolean defaulting to False that you need to set to True if your device supports dimming. (Only "F418" and "F418U2" DIN modules seem to do to this day)

Configuration example

  light:
    garage:
      where: '01'
      name: Garage
      dimmable: False
      manufacturer: Arnould
      model: 64391
    dining_room:
      where: '17'
      name: Dining room
      dimmable: False
      manufacturer: BTicino
      model: F411U2
    main_bedroom_1:
      where: '23'
      interface: '02'
      name: Main bedroom
      dimmable: True
      manufacturer: BTicino
      model: F418

Clone this wiki locally