RF listening and AirSend sensors

This commit is contained in:
Devmel Apps
2023-08-08 17:58:43 +02:00
parent 055cf05b48
commit 65899064d4
7 changed files with 398 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from homeassistant.components.hassio import (
from homeassistant.const import CONF_INTERNAL_URL
DOMAIN = "airsend"
AS_TYPE = ["switch", "cover", "button"]
AS_TYPE = ["button", "cover", "sensor", "switch"]
async def async_setup(hass: HomeAssistant, config: ConfigType):
"""Set up the AirSend component."""