{ "packageName": "Hubitat Resideo T10 Integration", "author": "Mathew Beall", "version": "1.6.0", "minimumHEVersion": "2.2.4", "dateReleased": "2026-07-05", "releaseNotes": "Add remote sensors as child devices (Issue #14) - T10 room sensors now appear as individual Hubitat devices with temperature, humidity, motion, and occupancy reporting", "documentationLink": "https://github.com/mathewbeall/hubitat-resideo_T10-integration/blob/main/README.md", "communityLink": "https://github.com/mathewbeall/hubitat-resideo_T10-integration", "apps": [ { "id": "resideo-direct-api-integration", "name": "Resideo Direct API Integration", "namespace": "mathewbeall", "location": "https://raw.githubusercontent.com/mathewbeall/hubitat-resideo_T10-integration/main/hubitat-resideo-app.groovy", "required": true, "primary": true, "oauth": true } ], "drivers": [ { "id": "resideo-t10-thermostat", "name": "Resideo T10 Thermostat", "namespace": "mathewbeall", "location": "https://raw.githubusercontent.com/mathewbeall/hubitat-resideo_T10-integration/main/hubitat-resideo-driver.groovy", "required": true }, { "id": "resideo-remote-sensor", "name": "Resideo Remote Sensor", "namespace": "mathewbeall", "location": "https://raw.githubusercontent.com/mathewbeall/hubitat-resideo_T10-integration/main/hubitat-resideo-sensor-driver.groovy", "required": false } ] }