mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 02:18:43 +00:00
Add pi_hole_enabled to pi_hole_card
This commit is contained in:
@@ -9,6 +9,8 @@ pi_hole_card:
|
|||||||
title: "[[title]]"
|
title: "[[title]]"
|
||||||
icon: "[[icon]]"
|
icon: "[[icon]]"
|
||||||
entities:
|
entities:
|
||||||
|
- entity: binary_sensor.pi_hole_enabled
|
||||||
|
name: Status
|
||||||
- entity: switch.pihole_temp_disable
|
- entity: switch.pihole_temp_disable
|
||||||
name: Pause for 5 mins
|
name: Pause for 5 mins
|
||||||
- type: custom:dummy-entity-row
|
- type: custom:dummy-entity-row
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ binary_sensor:
|
|||||||
payload_on: "enabled"
|
payload_on: "enabled"
|
||||||
payload_off: "disabled"
|
payload_off: "disabled"
|
||||||
value_template: '{{ value_json.status }}'
|
value_template: '{{ value_json.status }}'
|
||||||
device_class: connectivity
|
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/synologydsm
|
# https://www.home-assistant.io/integrations/synologydsm
|
||||||
sensor:
|
sensor:
|
||||||
|
|||||||
Reference in New Issue
Block a user