Add yolink siren (#72341)
* Add yolink siren * Add .coveragerc * fix wrong comments
This commit is contained in:
parent
793ad568eb
commit
800410ddf0
4 changed files with 121 additions and 1 deletions
|
@ -21,7 +21,7 @@ SCAN_INTERVAL = timedelta(minutes=5)
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH]
|
||||
PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SIREN, Platform.SWITCH]
|
||||
|
||||
|
||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue