Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 19, 2023
1 parent e836787 commit 10986ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 2 additions & 4 deletions custom_components/alarmdotcom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 10986ab

Please sign in to comment.