kodi1 / esp_wd

easyesp status sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp_wd

Example configuration.yaml

binary_sensor:
  - platform: esp_wd
    name: bedroom
    host:  http://<host_or_ip>/sysinfo
    scan_interval: 600

If 'Admin Password' is set - use standard HTTP auth form.

    host:  http://admin:<pass>@<host_or_ip>:<port>/sysinfo

Screenshot

hacs_badge

About

easyesp status sensor


Languages

Language:Python 100.0%