Add binary sensor platform to SenseME (#21105)

This commit is contained in:
J. Nick Koston 2022-01-09 10:11:40 -10:00 committed by GitHub
parent 57fcf4da53
commit d322e974d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
title: SenseME
description: Instructions on how to integrate SenseME devices into Home Assistant.
ha_category:
- Binary Sensor
- Fan
ha_release: 2022.2
ha_iot_class: Local Push
@ -11,6 +12,7 @@ ha_codeowners:
ha_domain: senseme
ha_config_flow: true
ha_platforms:
- binary_sensor
- fan
---