Releases: jdeath/Hubspace-Homeassistant
Releases · jdeath/Hubspace-Homeassistant
Re-enable send_command action / service
Fix non-preset fans
dev-exhaust-fan-setup
Full Changelog: v4.0.0...dev-exhaust-fan-setup
Add action send_command
Re-add the action send_command
Remove Hubspace logic from HA
What's Changed
Known API Breaks:
A "duplicate" sensor may show up due to the entity ID change. The old one can be removed.
Features:
- Migration state update logic into aiohubspace
- Any top-level device (children or not a child) become a device and provide the device_registry and any sensors (potential fix for #117 )
- Ensure all entities are correctly created through unit tests and a "live" HASS test environment [pytest-homeassistant-custom-component] (#119 )
- Fix an issue where a dimmer switch was not being treated as a light (#120 )
- Removed data_coordinator in favor of aiohubspace's event queue updates
- Added a device for each Hubspace account with the ability to instantly output data dumps
- Ensures lights follow the correct HA logic #123
Full Changelog: v3.3.0...v4.0.0
Hubspace interaction update
* Migrate connection backend from hubspace-async to aiohubspace
* Migrate logic on setting Hubspace states from HA to aiohubspace
Breaking Changes:
- Entity IDs have been updated as they are now properly nested under their parent device. It may or may not update their IDs
Not working:
- Binary Sensors
- Anonymous Data Generation
- Unit Tests
dev-anon-data
What's Changed
- Entity Inheritance by @Expl0dingBanana in #111
- Update anonymize data by @Expl0dingBanana in #118
Full Changelog: dev-standardize-components...dev-anon-data
Freezer Binary Sensors
dev-freezer
Binary Sensor for #109
Timeout Configuration
- Add the ability to specify a timeout when contacting hubspace
- Update input flow to better identify issues that arise during the initial login process
Full Changelog: v3.1.2...3.2.0