Skip to content

Commit

Permalink
Add alexa air quality monitor + remote device types (openhab#2051)
Browse files Browse the repository at this point in the history
Related to openhab/openhab-alexa#601

Signed-off-by: jsetton <jeremy.setton@gmail.com>
  • Loading branch information
jsetton authored and digitaldan committed Sep 24, 2023
1 parent 17c06dd commit afad824
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ export default {
defaultAttributes: ['PowerState', 'FanSpeed'],
supportedAttributes: fanAttributes
},
AirQualityMonitor: {
supportedAttributes: ['CurrentTemperature', 'CurrentHumidity', ...sensorAttributes]
},
Automobile: {
supportedAttributes: [
'BatteryLevel',
Expand Down Expand Up @@ -235,6 +238,10 @@ export default {
defaultAttributes: ['PowerState'],
supportedAttributes: genericDeviceAttributes
},
Remote: {
defaultAttributes: ['PowerState'],
supportedAttributes: genericDeviceAttributes
},
Router: {
defaultAttributes: ['PowerState'],
supportedAttributes: genericDeviceAttributes
Expand Down

0 comments on commit afad824

Please sign in to comment.