Skip to content

v0.1.4

Choose a tag to compare

@rusty4444 rusty4444 released this 20 May 22:22
· 3 commits to main since this release
c657d2b

v0.1.4

Bug Fixes

  • Guest mode no longer disables ALL automations by default (issue #54)
    Changed disable_automations default from True to False in both service handler and services.yaml. Users who want automations disabled during guest mode can explicitly pass disable_automations: true and/or automation_entity_ids: [specific automations].

Companion

  • gatekeeper-card v0.1.3: fixed callService signature for return_response, removed default disable_automations from card
  • gatekeeper-card PR #18 / gatekeeper-ha PR #55