Skip to content

Commit

Permalink
v1.4.3 (#800)
Browse files Browse the repository at this point in the history
## [Version 1.4.3](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.3) (2023-10-31)

## What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: v1.4.2...v1.4.3
  • Loading branch information
donavanbecker authored Nov 1, 2023
1 parent 176a82e commit e62ae37
Show file tree
Hide file tree
Showing 6 changed files with 699 additions and 250 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.4.3](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.3) (2023-10-31)

## What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.2...v1.4.3

## [Version 1.4.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.2) (2023-08-27)

## What's Changes
Expand Down
7 changes: 7 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
"functionBody": "return (model.options && model.options.devices && !model.options.devices[arrayIndices].hide_device && model.options.devices[arrayIndices].deviceClass === 'Thermostat' && model.options.devices[arrayIndices].deviceID);"
}
},
"statefulStatus": {
"title": "Enable Stateful Programmable Switch (Only Works in 3rd Party Home Apps) for Automations on NoHold, TemporaryHold, PermanentHold",
"type": "boolean",
"condition": {
"functionBody": "return (model.options && model.options.devices && !model.options.devices[arrayIndices].hide_device && model.options.devices[arrayIndices].deviceClass === 'Thermostat' && model.options.devices[arrayIndices].deviceID);"
}
},
"thermostatSetpointStatus": {
"title": "Thermostat Setpoint Status (LCC Devices Only)",
"type": "string",
Expand Down
Loading

0 comments on commit e62ae37

Please sign in to comment.