Skip to content

Instantly share code, notes, and snippets.

View namadori's full-sized avatar

Nicholas Amadori namadori

View GitHub Profile
@namadori
namadori / honeywell_evohome.py
Last active March 17, 2023 11:59
Home Assistant component for Honeywell Evohome thermostat
"""
Support for Honeywell Evohome thermostats.
"""
import logging
import socket
import datetime
import requests
import voluptuous as vol