diff --git a/configuration.yaml b/configuration.yaml index 3d84938..3a90603 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -6,6 +6,7 @@ python_script: logger: default: info + # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes diff --git a/mqtt.yaml b/mqtt.yaml index 814da39..f7143a6 100644 --- a/mqtt.yaml +++ b/mqtt.yaml @@ -62,14 +62,15 @@ sensor: device_class: 'temperature' #Контроллер WeMos D1 Mini на базе ESP8266 - - name: gas_kitchen - unique_id: gas_kitchen - state_topic: "gas_kitchen/sensor/smoke" - value_template: "{{ value_json.data.ppm | round(2) if value_json.data.online == true else -1 }}" - unit_of_measurement: "ppm" - device_class: 'gas' +# - name: gas_kitchen +# unique_id: gas_kitchen +# state_topic: "gas_kitchen/sensor/smoke" +# value_template: "{{ value_json.data.ppm | round(2) if value_json.data.online == true else -1 }}" +# unit_of_measurement: "ppm" +# device_class: 'gas' + +#KC868-A8 Теплицаcd -#KC868-A8 Теплица - name: windows_teplica_status unique_id: windows_teplica_status icon: mdi:window-closed