0.21.0 - Flag added so pausing works in HAS version of integration! ⏸️ 🧷
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_integrationfeature flag allows the card to work with the built-in Home Assistant Pi-hole integration - When enabled, pause operations use the
pi_holedomain instead ofpi_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 versionWhen 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_holedomain for pause service calls
- chore: bumps version to 0.21.0 by @gh-action-bump-version
- documentation updates by @warmfire540
- pause works in has version - thanks @ejpenney! by @warmfire540
- chore: yarn (deps-dev): bump prettier in the all-dependencies group (#89) by @dependabot[bot]
- chore: yarn (deps-dev): bump @types/sinon from 17.0.4 to 21.0.0 (#88) by @dependabot[bot]
- chore: yarn (deps-dev): bump the all-dependencies group with 2 updates (#87) by @dependabot[bot]
- chore: yarn (deps-dev): bump @trivago/prettier-plugin-sort-imports (#85) by @dependabot[bot]
- chore: yarn (deps-dev): bump the all-dependencies group with 3 updates (#84) by @dependabot[bot]
- missing translations for chart features by @warmfire540
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