Skip to content

Instantly share code, notes, and snippets.

@Superkikim
Superkikim / maxsmart.py
Last active April 4, 2023 10:48
home assistant MaxSmart / Revogi
"""
Support for a MaxSmart Power Switch.
"""
import logging
import requests
import voluptuous as vol
from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA)