mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00

* Support for PCAL9535A chip Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com> * Code review changes * Code review changes * Fix import order * Fix import order * Apply suggestions from code review
4 lines
60 B
Python
4 lines
60 B
Python
"""Support for I2C PCAL9535A chip."""
|
|
|
|
DOMAIN = "pcal9535a"
|