project docker homeassistant
This commit is contained in:
@@ -6,6 +6,7 @@ python_script:
|
|||||||
logger:
|
logger:
|
||||||
default: info
|
default: info
|
||||||
|
|
||||||
|
|
||||||
# Load frontend themes from the themes folder
|
# Load frontend themes from the themes folder
|
||||||
frontend:
|
frontend:
|
||||||
themes: !include_dir_merge_named themes
|
themes: !include_dir_merge_named themes
|
||||||
|
|||||||
15
mqtt.yaml
15
mqtt.yaml
@@ -62,14 +62,15 @@ sensor:
|
|||||||
device_class: 'temperature'
|
device_class: 'temperature'
|
||||||
|
|
||||||
#Контроллер WeMos D1 Mini на базе ESP8266
|
#Контроллер WeMos D1 Mini на базе ESP8266
|
||||||
- name: gas_kitchen
|
# - name: gas_kitchen
|
||||||
unique_id: gas_kitchen
|
# unique_id: gas_kitchen
|
||||||
state_topic: "gas_kitchen/sensor/smoke"
|
# state_topic: "gas_kitchen/sensor/smoke"
|
||||||
value_template: "{{ value_json.data.ppm | round(2) if value_json.data.online == true else -1 }}"
|
# value_template: "{{ value_json.data.ppm | round(2) if value_json.data.online == true else -1 }}"
|
||||||
unit_of_measurement: "ppm"
|
# unit_of_measurement: "ppm"
|
||||||
device_class: 'gas'
|
# device_class: 'gas'
|
||||||
|
|
||||||
|
#KC868-A8 Теплицаcd
|
||||||
|
|
||||||
#KC868-A8 Теплица
|
|
||||||
- name: windows_teplica_status
|
- name: windows_teplica_status
|
||||||
unique_id: windows_teplica_status
|
unique_id: windows_teplica_status
|
||||||
icon: mdi:window-closed
|
icon: mdi:window-closed
|
||||||
|
|||||||
Reference in New Issue
Block a user