diff --git a/README.md b/README.md index f76042f..f99c3af 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,15 @@ Where possible, use local control for smart home devices that are natively suppo | Device Type | Actions | View Status | Low Battery Sub-Sensor | Malfunction Sub-Sensor | Configuration Options | Notes | | ----------------- | ------------------------------------- | ----------- | ---------------------- | ---------------------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Alarm System | arm away, arm stay, arm night, disarm | ✔ | | ✔ | | | -| Sensor | _(none)_ | ✔ | ✔ | ✔ | | | -| Lock | lock, unlock | ✔ | ✔ | ✔ | | | -| Garage Door | open, close | ✔ | | | | | -| Gate | open, close | ✔ | | | | | -| Light | turn on / set brightness, turn off | ✔ | | | | | -| Thermostat | heat, cool, auto heat/cool, fan only | ✔ | ✔ | ✔ | | Fan only mode turns on the fan for the maximum duration available through Alarm.com. There is no option to turn on the fan for a shorter duration. Also, no support for remote temperature sensors. | +| Alarm System | arm away, arm stay, arm night, disarm | ✔ | | ✔ | | | +| Sensor | _(none)_ | ✔ | ✔ | ✔ | | | +| Lock | lock, unlock | ✔ | ✔ | ✔ | | | +| Garage Door | open, close | ✔ | | | | | +| Gate | open, close | ✔ | | | | | +| Light | turn on / set brightness, turn off | ✔ | | | | | +| Thermostat | heat, cool, auto heat/cool, fan only | ✔ | ✔ | ✔ | | Fan only mode turns on the fan for the maximum duration available through Alarm.com. There is no option to turn on the fan for a shorter duration. Also, no support for remote temperature sensors. | | Skybell HD Camera | _(none)_ | | | | Indoor Chime On/Off, Outdoor Chime Volume, LED Brightness, Motion Sensor Sensitivity | No video support! | -| Water Sensor | _(none)_ | ✔ | ✔ | ✔ | | | +| Water Sensor | _(none)_ | ✔ | ✔ | ✔ | | | As of v0.2.0, multiples of all of the above devices are supported. diff --git a/custom_components/alarmdotcom/__init__.py b/custom_components/alarmdotcom/__init__.py index ff77c83..8a88536 100644 --- a/custom_components/alarmdotcom/__init__.py +++ b/custom_components/alarmdotcom/__init__.py @@ -127,10 +127,8 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b break LOGGER.info( - ( - "Removing device no longer supported by integration or no longer present on Alarm.com: %s (%s" - " | %s)" - ), + "Removing device no longer supported by integration or no longer present on Alarm.com: %s (%s" + " | %s)", device_entry.name, device_entry.identifiers, device_entry.id,