Changelog¶
Version 7.0.5¶
Do not split dual-channel RGB+WW fixtures (
color/whitebrightness zones); keep RGBCW strips, flushmounts, and similar devices as one light with shared color controlsPrefer
primarybrightness for dual-channel lights and send dimming PUTs viaDimmingFeature.func_instanceRoute RGB/white/CCT brightness PUTs to the
colororwhitechannel on dual-channel fixtures; track per-channel levels on the light model for integrations (Hubspace-Homeassistant #160)Detect dual-channel fixtures from function/capability definitions, not only live state values
Merge polled device states into cache so partial poll responses do not drop dual-channel metadata
Add
Light.is_dual_channelandLight.channel_brightness()for downstream integrationsRemove
LCN3002LM-01 WH-specific split routing; main/trim and other true multi-zone lights still split normallyFix
AferoDevicelist fields to usedefault_factory=listinstead ofdefault=list
Version 7.0.4¶
Re-send
color-mode: whitewhen setting white on no-CCT split-light zones, even if the cached mode is already white
Version 7.0.3¶
Fix an issue where lastUpdateTime was not being set correctly
Version 7.0.2¶
Fix split-light polling to query parent metadevice ids once instead of synthetic split ids
Cache split light clones separately so parent state is not overwritten
Ignore other instances’ power states when applying inbound updates to split lights
Merge partial API state responses into cached device state instead of replacing it
Use instance-scoped color_modes on split lights so capability flags match each zone
Route white-only control on white-only zones through color-mode: white
Ignore inbound color-temperature updates for lights that have no CCT function
Version 7.0.1¶
Fix an issue for split lights
Version 7.0.0¶
Break: AferoBridgeV1.fetch_data has been replaced with AferoBridgeV1.fetch_discovery_data
Implement AferoBridgeV1.fetch_all_device_states that queries all known device states
Reduce the total bandwidth during polling by querying only device state
Version 6.2.0¶
Lights now split on a more generic model vs one based on model
Version 6.1.2¶
Switch light speed from select to number
Version 6.1.1¶
Fix issue where speed could not be adjusted for lights
Version 6.1.0¶
Add speed control for lights
Version 6.0.1¶
Fix an issue where DeviceController would reuse existing devices if it was within the same memory space.
Version 6.0.0¶
Enable the bridge to request fahrenheit and celsius
Version 5.6.1¶
Fix an issue where async_block_until_done stated all tasks were done when they were not
Version 5.6.0¶
Enable OTP login workflow
Version 5.5.0¶
Add support for air swing on portable ACs
Version 5.4.1¶
Revert hvac_mixin as it caused downstream issues
Version 5.4.0¶
Fix security sensors not tracking
Ensure binary_sensors are correctly updated
Better handling for security sensors
Set models for sensors
Add security-system-keypad support
Version 5.3.0¶
Device states are set from the API response rather than the sent states
Version 5.2.3¶
Fix an issue where the Security Sensor name was not being used
Fix an issue where Security Sensors would reference the incorrect key during an update
Version 5.2.2¶
Fix an issue where auth would not retry on failure
Version 5.2.1¶
Fix an issue where checking refresh token could cause an AttributeError
Version 5.2.0¶
Enable version polling once every 6 hours
Version 5.1.1¶
Fix an issue where switches would not send the correct ID during a change
Version 5.1.0¶
Add support for white LEDs
Version 5.0.0¶
BREAK: Exhaust Fan device split
BREAK: Portable AC switch split
Lights can now create switches for ‘toggles’
Convert to ruff from black
Version 4.2.0¶
Add support for Light LCN3002LM-01 WH
Version 4.1.1¶
Fix an issue where split devices would not send the correct ID to Afero
Fix an issue where siren-action was not sent when adjusting alarm state
Version 4.1.0¶
Add support for Security Systems
Add a callback when setting device states
Version 4.0.1¶
Fix an issue where DeviceController did not receive split devices
Version 4.0.0¶
- API BREAK: Update DeviceController to receive raw polled data so it can accurately
determine parent devices with split devices
- Implement the ability for a device to split into multiple devices
for easier control
- Implement the ability to have a callback when setting states so
split devices can properly update
- Implement the ability for numbers to have a custom display name rather than
the aggregate name
Version 3.3.5¶
Fix an issue where auth could produce a UHE
Version 3.3.4¶
Fix an issue in thermostats where they incorrectly stated support for auto
Version 3.3.3¶
Fix an issue in thermostats where the target_temperature could cause a UHE
Version 3.3.2¶
Fix an issue in thermostats where the target_temperature always returned celsius
Version 3.3.1¶
Enable switch for Portable AC
Fix an issue where setting temps did not follow the step
Fix an issue where portable AC’s timer did not turn it on
Version 3.3.0¶
Add Portable AC device class
Version 3.2.2¶
Solidify bridge API so Home Assistant tests do not call any private methods
Version 3.2.1¶
Fix a regression around battery sensor not showing
Version 3.2.0¶
Fully implement exhaust fans
Version 3.1.1¶
Add a secret that was missing
Version 3.1.0¶
Hide secrets in logs by default
Version 3.0.2¶
Fix an issue where thermostats would set the incorrect target temperature if the mode changed at the same time
Version 3.0.1¶
Fix an issue where thermostats would state invalid modes
Version 3.0.0¶
API Break: Binary Sensors / Sensors may no longer be included under the Device Resource
Binary Sensors / Sensors are now included with the most logical parent
Version 2.0.1¶
Add support for thermostats
Version 2.0.1¶
Add support for determining if “white” is a supported option for lights
Version 2.0.0¶
Migration from aiohubspace to aioafero to support the Aefro IoT Cloud
Version 1.2.0¶
Enable auth to reuse a previously generated token
Version 1.1.3¶
Fix an issue where devices could be properly identified
Version 1.1.2¶
Fix an issue where water valves were showing as fans
Version 1.1.1¶
Fix an issue where 500’s could stop polling
Version 1.1.0¶
Added an event type for invalid auth during token refresh
Added a check to ensure the token is valid during refresh time. If invalid, the event invalid_auth is emitted.
Version 1.0.4¶
Add additional logging around issues when querying Hubspace API
Version 1.0.3¶
Fixed an issue where a new device could be generated prior to an element
Version 1.0.2¶
Fixed an issue where an updated sensor could use an incorrect value
Version 1.0.1¶
Fixed an issue where passwords could be logged to debug logs
Version 1.0.0¶
Solidify API
Fix an issue where the loop would break during collection
Increase code coverage
Version 0.7.0¶
Add support for glass-doors
Version 0.6.4¶
Fix an issue where locks were not being managed by LockController
Fix an issue with Fans not correctly setting presets
Less greedy updates - Only forward updates if something has changed on the resource
Create additional unit tests to ensure functionality
Version 0.6.3¶
Fix an issue with Binary sensors to ensure the state is obvious
Version 0.6.2¶
Fix an issue with fan’s preset not correctly identifying its state
Version 0.6.1¶
Fix an issue with binary sensors to ensure they return True / False
Version 0.6.0¶
Add the ability to send raw states to Hubspace and have the tracked device update
Version 0.5.1¶
Fixed an issue where the account ID would not be set during a partial initialization
Version 0.5.0¶
Only emit updates to subscribers if values have changed
Fixed an issue where the logger was always in debug
Version 0.4.1¶
Adjusted logic for how HubspaceDevice modified models
Fixed an issue around Device initialization
Version 0.4.0¶
Added tracking for BLE and MAC addresses
Added binary sensors
Version 0.3.7¶
Fixed an issue around subscribers with deletion
Version 0.3.6¶
Fixed an issue around switches not properly subscribing to updates
Fixed an issue where Hubspace could return a session reauth token when preparing a new session
Added models for HPSA11CWB and HPDA110NWBP
Version 0.3.0¶
Fixed an issue around subscribers with deletion
Version 0.2¶
Added support for Binary Sensors
Fixed an issue where a dimmer switch could not be dimmed
Version 0.2¶
Added support for Sensors
Version 0.1¶
Initial implementation
Rename from hubspace_async to aiohubspace
Utilize the concept of a bridge instead of raw connection