Skip to content

Instantly share code, notes, and snippets.

View vinsce's full-sized avatar

Vincenzo Cerminara vinsce

View GitHub Profile
@vinsce
vinsce / __init__.py
Created February 25, 2025 22:40
CC1101 simple ESPHome component
# See: https://esphome.io/guides/contributing.html#extras
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome import pins
from esphome.const import (
CONF_ID,
CONF_FREQUENCY,
)