Skip to content

Commit

Permalink
Merge pull request #253 from Drenso/add-co2-sensor
Browse files Browse the repository at this point in the history
Add co2 sensor
  • Loading branch information
bobvandevijver authored Oct 7, 2024
2 parents 19eba30 + a1089bc commit 256bfee
Show file tree
Hide file tree
Showing 28 changed files with 397 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/alarm_switch_off.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "onoff.alarm_switch"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/alarm_switch_on.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "onoff.alarm_switch"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/send_command_boolean.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/send_command_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/send_command_number.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/send_command_string.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/set_sensor_alarm_bright.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "hidden.alarm_bright"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/set_sensor_alarm_ringtone.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "hidden.alarm_ringtone"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/set_sensor_alarm_time.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "hidden.alarm_time"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/set_sensor_alarm_volume.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "hidden.alarm_volume"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/actions/set_sensor_muffling.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "sensor_smoke",
"driver_id": "sensor_smoke|sensor_co2",
"capabilities": "hidden.muffling"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/triggers/receive_status_boolean.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/triggers/receive_status_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/triggers/receive_status_number.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/triggers/receive_status_string.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
"driver_id": "button|camera|circuit_breaker|dimmer|doorbell|fan|garage_door|heater|irrigator|light|other|sensor_climate|sensor_co2|sensor_contact|sensor_human|sensor_motion|sensor_smoke|siren|socket|thermostat|window_coverings"
},
"title": {
"en": "Device"
Expand Down
Loading

0 comments on commit 256bfee

Please sign in to comment.