Add binary sensor support to the Flo integration (#38267)
* update device * add binary sensor * updates post rebase * fix entity type post rebase * fix post rebase * fix add entities * fix name * review comments
This commit is contained in:
parent
03676693ce
commit
86aa758ecd
5 changed files with 108 additions and 1 deletions
|
@ -19,7 +19,7 @@ CONFIG_SCHEMA = vol.Schema({DOMAIN: vol.Schema({})}, extra=vol.ALLOW_EXTRA)
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
PLATFORMS = ["sensor"]
|
||||
PLATFORMS = ["binary_sensor", "sensor"]
|
||||
|
||||
|
||||
async def async_setup(hass: HomeAssistant, config: dict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue