jay-kub / inovelli-matter-switch-tap-sequences

A Home Assistant blueprint that creates an automation to perform predefined actions when a button on an Inovelli switch is clicked.
6 stars 2 forks source link

Updating tag names and other QOL improvements #4

Closed gravityrebel closed 2 weeks ago

gravityrebel commented 2 months ago
  1. Updated icons to use up and down arrows and a button icon for the config section. More visually distinct.
  2. changed tag names. entity_up --> up_event and so on. entity_light has been renamed default_light to make it's purpose more clear.
  3. Filter clean up. Since only one filter per type was used a list was not necessary. Removed lists and replaced with single line filters.
  4. For default light, changed multiple from true to false. Users should likely use a group light here. Tracking individual lights and their changes could get tricky otherwise.