This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Releases: home-assistant/homebridge-homeassistant
Releases · home-assistant/homebridge-homeassistant
3.1.0
- Fix for alarm control panels not showing up (#251)
- Bump version
- Support Celsius and Fahrenheit characters as units (#253)
- Add support for controlling fan mode in air-conditioning (#244)
- Changed climate accessory to set operation state to off as per conven… (#250)
- Update alarm_control_panel.js
- Update README.md
- Merge pull request #262 from JAYMAN-ATX/patch-1
- Merge branch 'master' into patch-2
- Merge pull request #263 from JAYMAN-ATX/patch-2
- Add support for additional device classes
- Merge pull request #289 from home-assistant/binary-sensor-additional-device-classes
- Check for existence of speed list
- Merge pull request #290 from home-assistant/check-for-speed-list-existence
- Check for null states from event listener
- Merge pull request #291 from home-assistant/accomodate-null-states
- Get fan rotation speed on event change
- Merge pull request #292 from home-assistant/get-fan-speed-on-event
A fix for climate temperature units display
Vacuums, scripts, color temperature, locks, fans, climate oh my!
Another big release, big enough that I think it's time we go to the big 3.0.0 since we have so many new platforms!
- Fan uses speed list from home-assistant and supports equal increment between speed (#241) (87ca17d)
- Add support for vacuums (#236) (80ac834)
- Add support for scripts (#235) (5d3a2d1)
- Add support for color temperature (#234) (43b787f)
- Add support for locks with codes (#233) (33073f1)
- HA HB synchronization display mode change (#232) (fe6c4cf)
- Properly display Fahrenheit temperatures for climate accessories (#231) (322b18d)
Minor bug fix for default visibility
2.3.1 Bump version
The Schmittx Release
This is a MAJOR release thanks to the dedicated work of @schmittx (and @azogue!).
- fix media_player switch (#200) (55e07dd)
- Add support for automations (#207) (2dc829f)
- Update light.js (#211) (cbc29fa)
- Update accessory files and README.md (#210) (fa7914c)
- Update alarm_control_panel.js and README.md (#209) (718e923)
- Update index.js and README.md (#206) (8b9ba90)
- Add support for air quality sensors (#205) (5ed6f1d)
- Update index.js, switch.js, and README.md (#11) (25a1f3a)
- Update index.js and README.md (#10) (ba0dcb7)
- Update sensor.js and README.md (#9) (945aab5)
- Update switch.js (3ff26d2)
- Allow (optional) manual specification of accessory information (#165) (faa6660)
A breaking bug fix
Too many new features, improvements and bug fixes to list in the title!
- Fix fan medium speed (9347f51)
- Merge pull request #162 from armills/fan-medium (c85675d)
- Add support for binary sensors with 'gas' device class (#164) (ea291f9)
- Allow setting climate mode & set target temperature min/max/step from hass data (#178) (3336c6f)
- Add light sensors with homebridge_sensor_type = light (#180) (574990e)
- Add
homebridge_media_player_switch
(on_off, play_pause, play_stop) (#183) (ea7a15a) - Add support for remote devices, exposing them as switches (#185) (7b4e1a1)
- Remove the need to use NODE_TLS_REJECT_UNAUTHORIZED=0 (#187) (40c2ccc)
- Add support for alarm_control_panel (Fixes #19) (#176) (fd264c6)
- Fixes #158 - Groups do not turn on/off lights (#167) (64060e9)
Climate, groups, outlets, improvements and bug fixes
- Add climate support (#104) (d555a5a)
- Update README.md to note device tracker support added in #111 (ef50b9e)
- Fix TargetTemp update on homebridge when updating on haas web interface (#137) (981ec94)
- Fix string vs int (#138) (af0a592)
- Update README.md (#149) (e563117)
- Update media_player.js (#133) (6b6952b)
- Allow exposing a switch as an outlet (#151) (43b69f3)
- Quick fix to expose units on climate entities (8262bd0)
- Fix scenes so they turn off after 500ms. Closes #42. (b2d9d9b)
- Allow exposing groups as switches. Closes #102 (#152) (eaadacd)
- Bump version (4892999)