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