Skip to content

3.0.4

Compare
Choose a tag to compare
@shannonhochkins shannonhochkins released this 17 Nov 21:04
· 121 commits to master since this release

@hakit/components

  • NEW - Thanks to @yann510 for introducing new functionality for media players to show additional controls for speaker groups on the card - there's now a popup that will launch allowing you to join/unjoin speakers from a group and control individual volume of speakers. Storybook demonstrates this feature popup however the functionality will not work in the demo.
  • NEW - AreaCard - previously the full screen popup was rendered alongside the card it self, this is now using portals and will ensure it's always rendered full screen as the popup is now rendered alongside the body, you can now optionally disable the card if need be as well.
  • BUFIX - modalProps on cards - now accepts the correct types, now you can trigger or disable the modal by passing through the props.

@hakit/core

  • NEW - useAreas - some of this code was copied directly from home assistant, however i noticed it wasn't retrieving all entities that I had included in the area, there's a bug in their source code which i've fixed and now this hook will return all entities that are included in an area.
  • BUGFIX - useLowDevices - found another bug with the blacklist logic but it seems to be resolved now
  • BUGFIX - callService - when calling any service, if sending multiple targets and one of them was a duplicate it was previously failing, will now correctly process the request.