Remove openings and motor sensors for sec+1
This commit is contained in:
parent
cf213e87d6
commit
2a86b6fae1
|
@ -25,16 +25,6 @@ ratgdo:
|
||||||
message: "Failed to communicate with garage opener on startup."
|
message: "Failed to communicate with garage opener on startup."
|
||||||
notification_id: "esphome_ratgdo_${id_prefix}_sync_failed"
|
notification_id: "esphome_ratgdo_${id_prefix}_sync_failed"
|
||||||
|
|
||||||
sensor:
|
|
||||||
- platform: ratgdo
|
|
||||||
id: ${id_prefix}_openings
|
|
||||||
type: openings
|
|
||||||
entity_category: diagnostic
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
name: "Openings"
|
|
||||||
unit_of_measurement: "openings"
|
|
||||||
icon: mdi:open-in-app
|
|
||||||
|
|
||||||
lock:
|
lock:
|
||||||
- platform: ratgdo
|
- platform: ratgdo
|
||||||
id: ${id_prefix}_lock_remotes
|
id: ${id_prefix}_lock_remotes
|
||||||
|
@ -84,13 +74,6 @@ binary_sensor:
|
||||||
ratgdo_id: ${id_prefix}
|
ratgdo_id: ${id_prefix}
|
||||||
name: "Button"
|
name: "Button"
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
- platform: ratgdo
|
|
||||||
type: motor
|
|
||||||
id: ${id_prefix}_motor
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
name: "Motor"
|
|
||||||
device_class: running
|
|
||||||
entity_category: diagnostic
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: "${id_prefix}_dry_contact_open"
|
id: "${id_prefix}_dry_contact_open"
|
||||||
pin:
|
pin:
|
||||||
|
@ -209,15 +192,6 @@ button:
|
||||||
lambda: !lambda |-
|
lambda: !lambda |-
|
||||||
id($id_prefix).query_status();
|
id($id_prefix).query_status();
|
||||||
|
|
||||||
- platform: template
|
|
||||||
id: ${id_prefix}_query_openings
|
|
||||||
name: "Query openings"
|
|
||||||
entity_category: diagnostic
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
lambda: !lambda |-
|
|
||||||
id($id_prefix).query_openings();
|
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
id: ${id_prefix}_sync
|
id: ${id_prefix}_sync
|
||||||
name: "Sync"
|
name: "Sync"
|
||||||
|
|
Loading…
Reference in New Issue