⚠ BREAKING CHANGES
- Require 2021.3.0 as minimum Home Assistant version
- substring filter type no longer parses comma-delimited lists. Substrings with commas will be converted to arrays and the filter type changed to list
- Using NR resource loading for vendor files. Only available after NR v1.3
- call-service: The data field is no longer the last word for the entity id. The new target properties are. Home Assistant updates the data target properties from the target property.
Features
- Add entity selector (27880af)
- button: Move the button out of beta (112d038)
- call-service: Add area and device selector (8a33245)
- call-service: Filter entities based on service target (57f59fa)
- events-state: Add entity selector (61b8ad1)
- trigger-state: Add entity selector (c8dfbc2)
- wait-until: Add entity selector (27880af)
Bug Fixes
- Add config node id to HA editor setup (47f18d1)
- Add node path to debug output (721e061)
- Allow ${envVar} in select2 inputs (a638cd0)
- call-service: Convert comma delimited entity id list to array (87e8209)
- call-service: Fix migration of entity id to target (29c260b)
- call-service: Fix parsing of data field (8bf60f9)
- device: Add missing boolean type for the device capabilities (2d0e37f)
- device: Add missing integer type for the device capabilities (2d0e37f), closes #565
- Don't move resource files to the dist directory leave in the root folder so NR can find them (55dd39b)
- entity: Only output state change when the state actually changes (d6c6cf4), closes #562
- Fix circular dependencies (b400bf3)
- Fix filename case for hassAutocomplete (b9fd34c)
- migrations: Delete properties with undefined values from the config (d1ad8ae)
- Stop css from polluting the global css scope (227e940), closes #552
- trigger-state: Call haServer.init before entitySelector so it know which server to use (b8487a4)
- Update the HA service list on each update just not the first (22f8c0a)