mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2026-01-02 22:59:08 +03:00
Removed hide_entity from automatization
This commit is contained in:
committed by
GitHub
parent
b9a122386f
commit
13464a8480
@@ -23,7 +23,6 @@ binary_sensor:
|
|||||||
|
|
||||||
automation:
|
automation:
|
||||||
- alias: Domofon incoming call notification
|
- alias: Domofon incoming call notification
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: binary_sensor.domofon
|
entity_id: binary_sensor.domofon
|
||||||
@@ -46,7 +45,6 @@ automation:
|
|||||||
- "Открыть:/domofon_open, Отклонить:/domofon_reject"
|
- "Открыть:/domofon_open, Отклонить:/domofon_reject"
|
||||||
|
|
||||||
- alias: Domofon incoming call notification (auto open)
|
- alias: Domofon incoming call notification (auto open)
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: binary_sensor.domofon
|
entity_id: binary_sensor.domofon
|
||||||
@@ -73,7 +71,6 @@ automation:
|
|||||||
payload: "O"
|
payload: "O"
|
||||||
|
|
||||||
- alias: Telegram /domofon_open callback
|
- alias: Telegram /domofon_open callback
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
platform: event
|
||||||
event_type: telegram_callback
|
event_type: telegram_callback
|
||||||
@@ -90,7 +87,6 @@ automation:
|
|||||||
payload: "O"
|
payload: "O"
|
||||||
|
|
||||||
- alias: Telegram /domofon_reject callback
|
- alias: Telegram /domofon_reject callback
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
platform: event
|
||||||
event_type: telegram_callback
|
event_type: telegram_callback
|
||||||
@@ -107,7 +103,6 @@ automation:
|
|||||||
payload: "N"
|
payload: "N"
|
||||||
|
|
||||||
- alias: Domofon success notification
|
- alias: Domofon success notification
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: mqtt
|
platform: mqtt
|
||||||
topic: 'domofon/out'
|
topic: 'domofon/out'
|
||||||
@@ -118,7 +113,6 @@ automation:
|
|||||||
message: "Выполнено"
|
message: "Выполнено"
|
||||||
|
|
||||||
- alias: Domofon failure notification
|
- alias: Domofon failure notification
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: mqtt
|
platform: mqtt
|
||||||
topic: 'domofon/out'
|
topic: 'domofon/out'
|
||||||
@@ -129,7 +123,6 @@ automation:
|
|||||||
message: "Ошибка! Нет входящего звонка"
|
message: "Ошибка! Нет входящего звонка"
|
||||||
|
|
||||||
- alias: Domofon opened by button notification
|
- alias: Domofon opened by button notification
|
||||||
hide_entity: true
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: mqtt
|
platform: mqtt
|
||||||
topic: 'domofon/out'
|
topic: 'domofon/out'
|
||||||
|
|||||||
Reference in New Issue
Block a user