Commit Graph

351 Commits

Author SHA1 Message Date
Jack Simbach 984e25b273 - iconography updates
- updated icon classes
- added uom override to property sensor
- version bump
2021-07-31 20:15:11 -04:00
Jack Simbach 45a65f1a27 - HACS updates 2021-07-31 19:15:45 -04:00
Jack Simbach fdf6e38beb - added badges 2021-07-31 19:10:56 -04:00
Jack Simbach 2f413460a1 - updated HACS information
- updated README/CHANGELOG
- version bump
2021-07-31 19:07:36 -04:00
Jack Simbach f244f0d6c3 - updated HACS information
- updated README/CHANGELOG
- version bump
2021-07-31 19:06:21 -04:00
Jack Simbach d93949f2c4 - iconography updates 2021-07-24 13:17:18 -04:00
Jack Simbach 3310a4dba3 - iconography updates 2021-07-24 13:12:50 -04:00
Jack Simbach bf197fcbb4 - iconography updates 2021-07-24 13:12:35 -04:00
Jack Simbach be8fec022c - bug fixes 2021-07-24 12:30:13 -04:00
Jack Simbach bec1c1e00f - miscellaneous cleanup
- changed from device_state_attributes to extra_state_attributes
2021-07-24 11:58:24 -04:00
Jack Simbach d616f21ac5 - added ability to have a uom override
- fixed a few sensor configurations
2021-07-22 22:46:38 -04:00
Jack Simbach 2c51691c73 - version bump 2021-07-22 20:25:26 -04:00
Jack Simbach 7039448705 - added changelog 2021-07-22 20:25:07 -04:00
Jack Simbach 3fa80c8f04 - added additional protections for water filter position setting 2021-07-21 13:51:02 -04:00
Jack Simbach e2bddfc56a - version/requirements bump 2021-07-20 23:57:56 -04:00
Jack Simbach 9b49edcee4 - adjusted variable declaration 2021-07-20 15:24:24 -04:00
Jack Simbach 8deacf8836 - fixed my quick and dirty fixes 2021-07-20 15:22:22 -04:00
Jack Simbach 09a039d995 - additional oven fixes for optional ERDs 2021-07-20 14:52:08 -04:00
Jack Simbach 5aad65e537 - updated cooktop detection in oven device 2021-07-20 14:08:59 -04:00
Jack Simbach 9f116aa2ab - added warning on selection of filter position when it cannot be set 2021-07-19 22:45:39 -04:00
Jack Simbach fb6437e30a - version bump 2021-07-19 22:15:37 -04:00
Jack Simbach 88b91cedf0 - fixed icon issue with binary sensors 2021-07-19 22:11:26 -04:00
Jack Simbach 48b251af1f - measurement system cleanup
- fix to water filter position
2021-07-19 22:08:15 -04:00
Jack Simbach d860c11f0d - added initial support for controlling advantium devices 2021-07-16 23:11:11 -04:00
Jack Simbach bca28bca5e - fixed water filter options 2021-07-16 18:53:30 -04:00
Jack Simbach ce3d5abeb0 - missed one more property decorator 2021-07-13 17:12:59 -04:00
Jack Simbach c4efb41956 - added property decoratores to overrides in select entity 2021-07-13 15:07:04 -04:00
Jack Simbach fe47488d65 - added current_option override in select entity 2021-07-13 14:42:22 -04:00
Jack Simbach b973bc3698 - version bump 2021-07-12 21:00:50 -04:00
simbaja e71f96adae
Merge pull request #22 from warrenrees/dev
Fix typos, update minimum version in hacs, added new washer ERDs
2021-07-12 21:00:17 -04:00
Warren Rees c72cba97c4 - fixed typo in base entities, updated ha version in hacs.json, added new washer ERDs 2021-07-12 15:55:38 -04:00
Jack Simbach fefc9ead74 - added advantium support 2021-07-10 22:48:28 -04:00
Jack Simbach 6efba9b345 - version bump 2021-07-08 23:40:24 -04:00
Jack Simbach aa6ef1dd40 - updated imports 2021-07-08 23:39:39 -04:00
Jack Simbach a5b8640b10 - updated sensor types based on new library version 2021-07-08 23:33:58 -04:00
Jack Simbach 59b882f793 - formatting fixes 2021-07-08 18:14:30 -04:00
Jack Simbach f92b58340a - import fixes
- formatting fixes
2021-07-08 18:11:10 -04:00
Jack Simbach 47f35cc22a - reworked the water filter to use property sensors
- reworked the select to make it more generic
- converted the filter position select to use generic entity
2021-07-08 17:03:52 -04:00
simbaja 459fc7f5cb
Merge pull request #16 from bendavis/water-filter-support
Add Support for GE Water Filters
2021-07-08 14:58:36 -04:00
simbaja 950e1fc47c
Merge branch 'dev' into water-filter-support 2021-07-08 14:58:10 -04:00
Jack Simbach 5ddee5c489 - added entities to the washer/dryer devices
- updated dependencies
2021-07-08 14:08:40 -04:00
Jack Simbach a3b8044f3b - added additional dishwasher sensors 2021-07-08 11:50:41 -04:00
Jack Simbach 7ac74cf8c3 - fixed issue with update coordinator setup 2021-07-06 13:49:21 -04:00
bendavis 8867ade6d0 Update domains 2021-06-29 20:01:33 +00:00
bendavis 4255e97027 Add write support for filter position
For some reason the select type doesn't
render the enum in the UI, but the select service
is working correctly.
2021-06-29 19:54:30 +00:00
bendavis f742e0d296 Add support for water filter sensors
Initial support is read only for now
2021-06-28 16:08:41 +00:00
Jack Simbach ec9eef64cb - added error handling around appliance version 2021-06-09 16:29:48 -04:00
simbaja 0a63f68e56
Merge pull request #10 from SSinSD/fix-dryer-error
Fixed error in dryer.py
2021-06-09 14:56:37 -04:00
SSinSD f415c391c3 Fixed error in dryer.py 2021-06-09 10:49:27 -07:00
simbaja e5f44ce027
Merge pull request #9 from warrenrees/pr2
Update to GE Home and use the gehomesdk
2021-05-20 11:23:54 -04:00