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 |
Warren Rees
|
e399ff1652
|
- Update to GE Home and use the gehomesdk
|
2021-05-20 11:15:49 -04:00 |
simbaja
|
5d520e5ac8
|
Merge pull request #8 from warrenrees/pr1
Preliminary Dryer support, manifest version fix, update entity version to use applicance SW version
|
2021-05-19 21:38:57 -04:00 |
Warren Rees
|
e9a2441df9
|
- add preliminary dryer support, update manifest for version, change entity version to display applicance SW version and not the wifi SW version
|
2021-05-18 14:13:29 -04:00 |
Jack Simbach
|
b01799ff78
|
- added version to manifest
|
2021-05-16 20:47:55 -04:00 |
Jack Simbach
|
2c9e3ca1b0
|
- added initial version of laundry support
|
2021-05-16 12:07:48 -04:00 |
simbaja
|
8c88b3e5ad
|
Merge pull request #5 from joelmoses/master
Fix entity type for hot_water_in_use
|
2021-02-27 21:07:03 -05:00 |
Joel Moses
|
4a4c311337
|
Merge pull request #4 from joelmoses/dev
Update fridge.py to change Hot Water in-use to a binary sensor
|
2021-02-11 12:17:41 -08:00 |
Joel Moses
|
cb54ddb9be
|
Update fridge.py
|
2021-02-11 12:07:13 -08:00 |
simbaja
|
fde3914fb6
|
Merge pull request #1 from joelmoses/master
Add HACS support for GE Kitchen HA integration, fix attribute name & missing property for dispenser
|
2021-02-09 15:00:33 -05:00 |
Joel Moses
|
cd6abd8c0a
|
Merge pull request #3 from joelmoses/dispenser-fix
Update ge_dispenser.py to include return of attributes
|
2021-02-07 18:29:47 -08:00 |
Joel Moses
|
e52c8dc567
|
Update ge_dispenser.py
|
2021-02-07 18:25:05 -08:00 |
Joel Moses
|
8b96a25893
|
Change named attribute for hot water timer
|
2021-02-06 17:41:34 -08:00 |
Joel Moses
|
a4acb6ab08
|
Update hacs.json
|
2021-02-04 22:13:29 -08:00 |
Joel Moses
|
24e2f879b5
|
Create info.md
|
2021-02-04 22:13:09 -08:00 |
Joel Moses
|
991c33befd
|
Update hacs.json
|
2021-02-04 22:12:22 -08:00 |
Joel Moses
|
2e16f0079b
|
Update README.md
|
2021-02-04 08:41:31 -08:00 |
Joel Moses
|
9d3e375c3f
|
Update README.md
|
2021-02-04 08:41:12 -08:00 |
Joel Moses
|
2b75af138d
|
Update hacs.json
|
2021-02-04 08:40:02 -08:00 |
Joel Moses
|
bf8775fc0f
|
Update hacs.json
|
2021-02-02 17:25:34 -08:00 |
Joel Moses
|
95215e4421
|
new file: hacs.json
|
2021-02-01 16:45:49 -08:00 |
Joel Moses
|
6c0b46ed6c
|
renamed: ge_kitchen/__init__.py -> custom_components/ge_kitchen/__init__.py
renamed: ge_kitchen/binary_sensor.py -> custom_components/ge_kitchen/binary_sensor.py
renamed: ge_kitchen/config_flow.py -> custom_components/ge_kitchen/config_flow.py
renamed: ge_kitchen/const.py -> custom_components/ge_kitchen/const.py
renamed: ge_kitchen/devices/__init__.py -> custom_components/ge_kitchen/devices/__init__.py
renamed: ge_kitchen/devices/base.py -> custom_components/ge_kitchen/devices/base.py
renamed: ge_kitchen/devices/dishwasher.py -> custom_components/ge_kitchen/devices/dishwasher.py
renamed: ge_kitchen/devices/fridge.py -> custom_components/ge_kitchen/devices/fridge.py
renamed: ge_kitchen/devices/oven.py -> custom_components/ge_kitchen/devices/oven.py
renamed: ge_kitchen/entities/__init__.py -> custom_components/ge_kitchen/entities/__init__.py
renamed: ge_kitchen/entities/common/__init__.py -> custom_components/ge_kitchen/entities/common/__init__.py
renamed: ge_kitchen/entities/common/ge_entity.py -> custom_components/ge_kitchen/entities/common/ge_entity.py
renamed: ge_kitchen/entities/common/ge_erd_binary_sensor.py -> custom_components/ge_kitchen/entities/common/ge_erd_binary_sensor.py
renamed: ge_kitchen/entities/common/ge_erd_entity.py -> custom_components/ge_kitchen/entities/common/ge_erd_entity.py
renamed: ge_kitchen/entities/common/ge_erd_property_binary_sensor.py -> custom_components/ge_kitchen/entities/common/ge_erd_property_binary_sensor.py
renamed: ge_kitchen/entities/common/ge_erd_property_sensor.py -> custom_components/ge_kitchen/entities/common/ge_erd_property_sensor.py
renamed: ge_kitchen/entities/common/ge_erd_sensor.py -> custom_components/ge_kitchen/entities/common/ge_erd_sensor.py
renamed: ge_kitchen/entities/common/ge_erd_switch.py -> custom_components/ge_kitchen/entities/common/ge_erd_switch.py
renamed: ge_kitchen/entities/common/ge_water_heater.py -> custom_components/ge_kitchen/entities/common/ge_water_heater.py
renamed: ge_kitchen/entities/dishwasher/__init__.py -> custom_components/ge_kitchen/entities/dishwasher/__init__.py
renamed: ge_kitchen/entities/dishwasher/ge_dishwasher_control_locked_switch.py -> custom_components/ge_kitchen/entities/dishwasher/ge_dishwasher_control_locked_switch.py
renamed: ge_kitchen/entities/fridge/__init__.py -> custom_components/ge_kitchen/entities/fridge/__init__.py
renamed: ge_kitchen/entities/fridge/const.py -> custom_components/ge_kitchen/entities/fridge/const.py
renamed: ge_kitchen/entities/fridge/ge_abstract_fridge.py -> custom_components/ge_kitchen/entities/fridge/ge_abstract_fridge.py
renamed: ge_kitchen/entities/fridge/ge_dispenser.py -> custom_components/ge_kitchen/entities/fridge/ge_dispenser.py
renamed: ge_kitchen/entities/fridge/ge_freezer.py -> custom_components/ge_kitchen/entities/fridge/ge_freezer.py
renamed: ge_kitchen/entities/fridge/ge_fridge.py -> custom_components/ge_kitchen/entities/fridge/ge_fridge.py
renamed: ge_kitchen/entities/oven/__init__.py -> custom_components/ge_kitchen/entities/oven/__init__.py
renamed: ge_kitchen/entities/oven/const.py -> custom_components/ge_kitchen/entities/oven/const.py
renamed: ge_kitchen/entities/oven/ge_oven.py -> custom_components/ge_kitchen/entities/oven/ge_oven.py
renamed: ge_kitchen/exceptions.py -> custom_components/ge_kitchen/exceptions.py
renamed: ge_kitchen/manifest.json -> custom_components/ge_kitchen/manifest.json
renamed: ge_kitchen/sensor.py -> custom_components/ge_kitchen/sensor.py
renamed: ge_kitchen/strings.json -> custom_components/ge_kitchen/strings.json
renamed: ge_kitchen/switch.py -> custom_components/ge_kitchen/switch.py
renamed: ge_kitchen/translations/en.json -> custom_components/ge_kitchen/translations/en.json
renamed: ge_kitchen/update_coordinator.py -> custom_components/ge_kitchen/update_coordinator.py
renamed: ge_kitchen/water_heater.py -> custom_components/ge_kitchen/water_heater.py
|
2021-02-01 16:32:23 -08:00 |
Joel Moses
|
60b86b20a6
|
Merge pull request #1 from simbaja/master
Sync repo to master
|
2021-01-31 17:03:44 -08:00 |
Jack Simbach
|
2ed51f39a6
|
- fixed fridge issues
- requirements bump
|
2021-01-14 22:38:23 -05:00 |
Jack Simbach
|
27b810ac75
|
- updated timeout exceptions
|
2021-01-14 22:18:27 -05:00 |
Jack Simbach
|
431895b0f4
|
- requirements bump
|
2021-01-11 20:39:36 -05:00 |
Jack Simbach
|
8242039eba
|
- fixed dishwasher erd codes in appliance
- updated requirements
|
2021-01-10 22:56:04 -05:00 |
Jack Simbach
|
30b30ae411
|
- replaced timeout with constant
|
2021-01-10 22:10:23 -05:00 |
Jack Simbach
|
365de0bc06
|
- updates based on new sdk version
- miscellaneous cleanup
|
2021-01-10 21:39:43 -05:00 |
Jack Simbach
|
82a8a92627
|
- requirements bump
|
2021-01-10 21:16:31 -05:00 |
Jack Simbach
|
5c8d2eac6d
|
- changed to not reset appliance apis
|
2021-01-04 13:42:17 -05:00 |
Jack Simbach
|
7d95de1532
|
- requirements bump
|
2021-01-03 21:27:42 -05:00 |
Jack Simbach
|
11de81bce1
|
- online detection update
|
2021-01-03 21:26:58 -05:00 |
Jack Simbach
|
e3c626938d
|
- another update loop related to online/offline state
|
2021-01-03 17:37:14 -05:00 |
Jack Simbach
|
3e845764ec
|
- more reconnection/online/offline handling
|
2021-01-03 16:44:54 -05:00 |
Jack Simbach
|
3409ae9e03
|
- fixed display issue with oven temperature
|
2020-12-30 19:59:43 -05:00 |
Jack Simbach
|
47de3772ed
|
- improved available/unavailable detection
|
2020-12-30 19:55:04 -05:00 |