Skip to content

0.21.0 - Flag added so pausing works in HAS version of integration! ⏸️ 🧷

Choose a tag to compare

@github-actions github-actions released this 02 Dec 23:31

New Feature: Home Assistant Integration Support

Added ha_integration Feature Flag

Added support for using the built-in Home Assistant Pi-hole integration (pi_hole domain) instead of the Pi-hole v6 integration (pi_hole_v6 domain) for pause operations.

What's New:

  • New ha_integration feature flag allows the card to work with the built-in Home Assistant Pi-hole integration
  • When enabled, pause operations use the pi_hole domain instead of pi_hole_v6
  • Fully configurable through the card editor or YAML configuration

Usage:

Enable the feature flag in your card configuration:

type: custom:pi-hole
device_id: your_pihole_device_id
features:
  - ha_integration
  - disable_group_pausing # may not be supported in HAS version

When to Use:

  • If you're using the built-in Home Assistant Pi-hole integration instead of the Pi-hole v6 integration
  • When you want to use the pi_hole domain for pause service calls

What's Changed

  • chore: yarn (deps-dev): bump the all-dependencies group with 3 updates by @dependabot[bot] in #84
  • chore: yarn (deps-dev): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 by @dependabot[bot] in #85
  • chore: yarn (deps-dev): bump the all-dependencies group with 2 updates by @dependabot[bot] in #87
  • chore: yarn (deps-dev): bump @types/sinon from 17.0.4 to 21.0.0 by @dependabot[bot] in #88
  • chore: yarn (deps-dev): bump prettier from 3.6.2 to 3.7.3 in the all-dependencies group by @dependabot[bot] in #89
  • Flag added so pausing works in HAS version of integration! ⏸️ 🧷 by @warmfire540 in #91

Full Changelog: 0.20.0...0.21.0