@@ -254,23 +254,23 @@ If you're unsure what your AdGuard device ID is, here are several ways to find i
254254
255255# # Configuration Options
256256
257- | Name | Type | Default | Description |
258- | ------------------ | --------------- | ------------ | ------------------------------------------------------------------ |
259- | device_id | string or array | **Required** | The ID(s) of your AdGuard device(s) in Home Assistant |
260- | title | string | AdGuard | Custom title for the card header |
257+ | Name | Type | Default | Description |
258+ | ------------------ | --------------- | ---------------- | ------------------------------------------------------------------ |
259+ | device_id | string or array | **Required** | The ID(s) of your AdGuard device(s) in Home Assistant |
260+ | title | string | AdGuard | Custom title for the card header |
261261| icon | string | mdi:shield-check | Custom icon for the card header |
262- | badge | object | _none_ | Configure actions for the card icon/badge |
263- | pause_durations | array | [60,300,900] | Durations for pause buttons (supports numbers, strings with units) |
264- | stats | object | _none_ | Configure actions for statistics tiles |
265- | info | object | _none_ | Configure actions for additional info items |
266- | controls | object | _none_ | Configure actions for control buttons |
267- | exclude_sections | list | _none_ | Sections of entities to exclude. See below. |
268- | exclude_entities | list | _none_ | Entities to remove from the card. |
269- | entity_order | list | _none_ | Custom order for switch, button, sensor entities or dividers. |
270- | collapsed_sections | list | _none_ | Sections to be initially collapsed. See below. |
271- | switch_spacing | string | flex | Layout style for switches : flex, space-around, space-between |
272- | chart | object | _none_ | Chart configuration options. See below. |
273- | features | list | See below | Optional flags to toggle different features |
262+ | badge | object | _none_ | Configure actions for the card icon/badge |
263+ | pause_durations | array | [60,300,900] | Durations for pause buttons (supports numbers, strings with units) |
264+ | stats | object | _none_ | Configure actions for statistics tiles |
265+ | info | object | _none_ | Configure actions for additional info items |
266+ | controls | object | _none_ | Configure actions for control buttons |
267+ | exclude_sections | list | _none_ | Sections of entities to exclude. See below. |
268+ | exclude_entities | list | _none_ | Entities to remove from the card. |
269+ | entity_order | list | _none_ | Custom order for switch, button, sensor entities or dividers. |
270+ | collapsed_sections | list | _none_ | Sections to be initially collapsed. See below. |
271+ | switch_spacing | string | flex | Layout style for switches : flex, space-around, space-between |
272+ | chart | object | _none_ | Chart configuration options. See below. |
273+ | features | list | See below | Optional flags to toggle different features |
274274
275275# ## Action Configuration
276276
@@ -576,8 +576,8 @@ device_id: adguard_device_1
576576switch_spacing: 'space-around'
577577entity_order:
578578 - button.adguard_action_refresh_data
579- - sensor.adguard_dns_queries_today
580- - sensor.adguard_ads_blocked_today
579+ - sensor.adguard_dns_queries
580+ - sensor.adguard_dns_queries_blocked
581581 - switch.adguard
582582` ` `
583583
@@ -589,8 +589,8 @@ device_id: adguard_device_1
589589entity_order:
590590 - button.adguard_action_refresh_data
591591 - divider
592- - sensor.adguard_dns_queries_today
593- - sensor.adguard_ads_blocked_today
592+ - sensor.adguard_dns_queries
593+ - sensor.adguard_dns_queries_blocked
594594 - divider
595595 - switch.adguard
596596` ` `
0 commit comments