Commit Graph

359 Commits

Author SHA1 Message Date
Bryson Steadman a354677ac1
Fix range hood light level crash
It looks like `high_available` is what's currently used in gehomesdk
2021-09-29 16:56:41 -07:00
Jack Simbach a699385286 - updated fridge interior light entity 2021-09-11 22:56:22 -04:00
Jack Simbach 842d552264 - dependency bump
- updated fridge to include interior/proximity light control
2021-09-11 22:48:21 -04:00
Jack Simbach 533ae26de2 - added a service to set int values (pods, delays, etc) 2021-09-11 02:22:48 -04:00
Jack Simbach 1cbfe63268 - updates to better support HA UI 2021-09-05 22:25:18 -04:00
Jack Simbach 9d2e738469 - added initial services (timers)
- added timer sensor to allow for service usage
2021-09-05 14:12:20 -04:00
Jack Simbach a6f157692e - added additional oven states 2021-09-05 10:08:12 -04:00
Jack Simbach a8df74178c - fixed property name for SAC sensor 2021-09-01 18:17:44 -04:00
Jack Simbach 0844dc31d2 - added fix for SAC temperature sensors (#40) 2021-09-01 18:15:48 -04:00
Jack Simbach 281879f66d - sdk version bump to resolve errors relating to #39 2021-08-25 18:36:51 -04:00
Jack Simbach 08704be5f6 - documentation updates 2021-08-25 12:50:18 -04:00
Jack Simbach c62165bf37 - updated oven to allow for display temperature if raw temperature is unavailable 2021-08-25 12:45:22 -04:00
Jack Simbach a4b917a3da - initial support for state class functionality 2021-08-22 11:01:22 -04:00
Jack Simbach 898a3f7d29 - updated documentation 2021-08-21 22:18:58 -04:00
Jack Simbach ff72fa2bc9 - updated devices to utilize serial or mac address 2021-08-21 22:17:54 -04:00
Jack Simbach e07a1043a1 - added icons for new code classes 2021-08-21 14:08:23 -04:00
Jack Simbach 6868561bec - documentation updates 2021-08-21 14:05:19 -04:00
Jack Simbach 4ef16d7a38 - added logic to prevent configuring the same account multiple times 2021-08-21 14:02:13 -04:00
Jack Simbach 77e017d4fc - documentation updates 2021-08-21 12:44:08 -04:00
Jack Simbach 0b0f77d759 - additional debugging for oven modes 2021-08-21 12:43:00 -04:00
Jack Simbach e3b8c12894 - added extended cook modes to oven support 2021-08-21 12:19:02 -04:00
Jack Simbach 920da8a788 - initial oven hood support
- documentation updates
- version bump
2021-08-21 12:12:12 -04:00
Jack Simbach 3c045c02f5 - version bump 2021-08-21 11:33:18 -04:00
simbaja c1e01b79a2
Merge pull request #36 from simbaja/dev
v0.4.3 Dev -> Master
2021-08-21 11:02:45 -04:00
Jack Simbach 7648228ed5 - fixed extra parens in advantium (#34) 2021-08-19 22:02:22 -04:00
Jack Simbach ed759ef7c2 - documentation updates 2021-08-19 21:01:26 -04:00
Jack Simbach e9d15b2bc9 - fixed advantium operation list (hopefully resolves #34) 2021-08-19 20:58:15 -04:00
Jack Simbach e0a19f85d9 - prevent attempted updates of disabled entities (resolves part of #34) 2021-08-19 20:37:44 -04:00
Jack Simbach 5d23378874 - updated support for portable A/C units 2021-08-17 23:25:05 -04:00
Jack Simbach e8ef5daa12 - updated documentation 2021-08-17 22:31:52 -04:00
Jack Simbach c6f30085ff - initial portable A/C support 2021-08-17 22:30:01 -04:00
Jack Simbach 25af2b08ea - updated documentation 2021-08-10 13:35:30 -04:00
Jack Simbach a25ee66b10 - updated interpretation of WAC Demand Power
- updated SDK version to resolve a few issues
2021-08-10 13:31:37 -04:00
Jack Simbach 68ef65ccdc - fixed missing entities for Split A/C
- fixed some iconography
2021-08-09 12:33:52 -04:00
Jack Simbach 442850aad0 - fixed an order of operations issue with the split ac climate control 2021-08-09 11:54:15 -04:00
Jack Simbach 6bd56b4dce - updated documentation
- added icon for climate entities
2021-08-08 16:58:08 -04:00
Jack Simbach 2e9bc2c726 - documentation updates 2021-08-08 11:44:47 -04:00
Jack Simbach fda5825458 - version bump 2021-08-08 11:39:58 -04:00
Jack Simbach 2cc5f3a361 - added support for split AC devices 2021-08-08 11:39:32 -04:00
Jack Simbach ceb24a8dbf - abstracted ac fan modes so that they can be shared
- added initial split ac climate entity support
2021-08-08 11:19:47 -04:00
Jack Simbach 598bdbb5e1 - genericized the ErdSwitch
- import cleanup
2021-08-07 20:34:26 -04:00
Jack Simbach d89ba016ef - modified switches to support ErdOnOff instead of just bools
- modified climate control to turn on the A/C unit when setting modes
- added async on/off methods to climate
2021-08-07 19:48:54 -04:00
Jack Simbach 71264ccf11 - fixed import circular reference 2021-08-07 19:06:51 -04:00
Jack Simbach ee63c0e365 - version bump
- documentation updates
2021-08-07 14:53:36 -04:00
Jack Simbach ad3762955b - added min/max temps to climate 2021-08-07 14:46:29 -04:00
Jack Simbach f4f402e70a - fixed advantium imports
- added wac support to the appliance creation
- added ac sensor icon to base entity
2021-08-07 14:36:40 -04:00
Jack Simbach 284ae75343 - added multiple fan mode converters for generic climate entity
- added the wac climate entity
2021-08-07 14:17:57 -04:00
Jack Simbach 70721aac79 - updated base climate entity
- modified entities to support serial/mac for uniqueness (mac when serial not available)
2021-08-07 13:15:27 -04:00
simbaja 2252381b3c
Merge pull request #27 from simbaja/dev
Update to 0.4.1
2021-08-03 22:25:08 -04:00
Jack Simbach e9eda3f882 - updated changelog/info 2021-08-03 22:22:30 -04:00