{ "packageName": "Fan Thermostat", "author": "Miles Budnek", "version": "1.9", "minimumHEVersion": "0.0", "documentationLink": "https://github.com/mbudnek/hubitat-fan-thermostat/blob/master/README.md", "communityLink": "https://community.hubitat.com/t/release-fan-thermostat-with-manual-override/34554", "releaseNotes": "Changelog:\n * 1.1 - Initial Release\n * 1.2 - Fix thermostat mode and setpoint reverting to default on hub reboot\n * 1.3 - Fix issue with manual override\n * 1.4 - Fix issues when controlling switches\n * 1.5 - Fix errors when a child instance uses only switches and no fan controllers\n * 1.6 - Retrigger fans immediately when the retrigger time elapses rather than waiting for the next sensor event\n * 1.6.1 - Fix an issue with 1.6 that caused fans to repeatedly turn on and off if they tripped their own motion sensor inside their retrigger interval\n * 1.7 - Add the thermostatOperatingState attribute to support the ThermostatOperatingState capability\n * 1.8 - Add an option to enter fan speeds freeform to support devices that use non-standard speed settings\n * 1.9 - Move the app to the new \"Automations\" menu", "dateReleased": "2020-02-17", "apps": [ { "id": "ab83b7e6-c892-4a8f-9eb3-0b9c66023c2a", "name": "Fan Thermostat", "namespace": "mbudnek", "location": "https://raw.githubusercontent.com/mbudnek/hubitat-fan-thermostat/master/fan-thermostat-parent.groovy", "required": true, "oauth": false }, { "id": "638bad7e-1c79-4d8d-84fd-8e6a66ad71b0", "name": "Fan Thermostat Child", "namespace": "mbudnek", "location": "https://raw.githubusercontent.com/mbudnek/hubitat-fan-thermostat/master/fan-thermostat-child.groovy", "required": true, "oauth": false } ], "drivers": [ { "id": "94604635-eaa5-430f-8325-16be8066cae2", "name": "Fan Thermostat", "namespace": "mbudnek", "location": "https://raw.githubusercontent.com/mbudnek/hubitat-fan-thermostat/master/fan-thermostat-device.groovy", "required": true } ] }