esphome: name: tepelne-cerpadlo friendly_name: Tepelné čerpadlo esp8266: board: d1_mini logger: level: DEBUG web_server: port: 80 dallas: - pin: GPIO4 api: encryption: key: "npjNSyrb5KBREra/Y3cdG13JuoPp/nJvUiTvVg1f0L8=" ota: password: "4f47ec4304631bdc60e9c4e7c5008444" wifi: networks: - ssid: !secret wifi_ssid password: !secret wifi_password captive_portal: uart: tx_pin: TX rx_pin: RX baud_rate: 9600 parity: EVEN external_components: - source: github://lanwin/esphome_samsung_ac@main components: [samsung_ac] samsung_ac: devices: - address: "20.00.00" # for non NASA it sould be like "c4" # Each property below are optional - choose what you want to use. # You could use the ESPHome/Homeassist climate control climate: name: "My Room" # And/or use seperate controls/sensors room_temperature: name: Test1_temp target_temperature: name: Test1_target power: name: Test1_power mode: name: Test1_mode # Only supported on NASA devices room_humidity: name: Test1_humidity sensor: - platform: wifi_signal # name: "WiFi Signal dB" id: wifi_signal_db update_interval: 60s entity_category: "diagnostic" - platform: copy source_id: wifi_signal_db name: "WiFi Signal Percent" filters: - lambda: return min(max(2 * (x + 100.0), 0.0), 100.0); unit_of_measurement: " %" entity_category: "diagnostic" - platform: dallas address: 0x263c92e381e9f328 name: "Technická místnost"