Skip to content

Commit

Permalink
Add support for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Apr 3, 2024
1 parent ddff759 commit 843e84b
Show file tree
Hide file tree
Showing 8 changed files with 805 additions and 353 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Filters have the following options, and will match any entity fulfilling **ALL**
- `group:` Match entities in given group (e.g. `group.living_room_lights`)
- `area:` Match entities in given area (e.g. `Kitchen`)
- `device:` Match entities belonging to given device (e.g. `Thomas iPhone`)
- `label:` Match entities that has a certain label (e.g. `Important entities`)
- `device_manufacturer` Match entities belonging to a device by a given manufacturer (e.g. `IKEA`)
- `device_model` Match entities belonging to a device of a given model (e.g. `Hue white ambiance E26/E27 (8718696548738)`)
- `integration:` Match entities by integration identifier (e.g. `plex`, `input_boolean`, `xiaomi_miio`, `mobile_app` - Many integrations cannot be matched due to Home Assistant limitations)
Expand Down
4 changes: 2 additions & 2 deletions auto-entities.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "auto-entities",
"render_readme": true,
"homeassistant": "2022.3.0"
"homeassistant": "2024.4.0b0"
}
Loading

0 comments on commit 843e84b

Please sign in to comment.