Skip to content

Commit

Permalink
Add support for smartthings button (model: IM6001-BTP01) (Koenkk#1312)
Browse files Browse the repository at this point in the history
* Add support for smartthings button (model: IM6001-BTP01)

* Fix lint
  • Loading branch information
carlos-v44 authored and Koenkk committed Mar 24, 2019
1 parent 4defc05 commit 819ef0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extension/homeassistant.js
Expand Up @@ -587,6 +587,7 @@ const mapping = {
configurations.sensor_temperature, configurations.binary_sensor_contact,
configurations.sensor_battery, configurations.binary_sensor_battery_low,
],
'IM6001-BTP01': [configurations.sensor_click, configurations.sensor_temperature],
'AV2010/34': [configurations.sensor_click],
'PP-WHT-US': [configurations.switch, configurations.sensor_power],
'CR701-YZ': [
Expand Down

0 comments on commit 819ef0f

Please sign in to comment.