Commit Graph

89 Commits

Author SHA1 Message Date
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
Jack Simbach 79670a0aa6 - implemented exponential backoff for reconnects 2020-12-30 18:03:50 -05:00
Jack Simbach 12ea3d1728 - requirements version bump
- updated get client to use new sdk method
2020-12-30 17:28:42 -05:00
Jack Simbach 56bb7479f5 - rewrote setup to be more like the unifi component
- enabled reconnection if the socket errors
- added additional exception handling/logging
2020-12-30 16:31:58 -05:00
Jack Simbach 7bbeeb679a - removed guards on the ove set temp/set op (supported modes seems sufficient) 2020-12-29 22:49:12 -05:00
Jack Simbach e5044846c5 - removed control locked from dishwasher for now 2020-12-29 22:21:28 -05:00
Jack Simbach 112a2b1948 - fixed missing rinse agent icon 2020-12-29 20:45:07 -05:00
Jack Simbach aedbb04af1 - requirements bump 2020-12-29 20:38:51 -05:00
Jack Simbach cf8165aae8 - bumped requirements 2020-12-29 20:19:28 -05:00
Jack Simbach b5f959a098 - updated stringify variable 2020-12-29 20:19:01 -05:00
Jack Simbach efcaee0f95 - fixed issue with cook mode display 2020-12-29 19:57:10 -05:00
Jack Simbach 8dfb9c23ed - added logic to prevent oven mode changes if not remote enabled
- added additional cook modes to oven op list
2020-12-29 19:32:48 -05:00
Jack Simbach a900c15002 - bug fixes 2020-12-29 18:29:43 -05:00
Jack Simbach c11f27d66b - changed absolute package references to relative 2020-12-29 17:25:14 -05:00
Jack Simbach 08fa7fda7b - fixed manifest error 2020-12-29 17:03:30 -05:00
Jack Simbach ca33a90db4 - updated references from gekitchen to gekitchensdk 2020-12-29 17:01:29 -05:00
Jack Simbach 5e591a2f93 - added dishwasher locked controls switch 2020-12-29 14:40:34 -05:00
Jack Simbach 5ed7e8b3e0 - incorporated fridge model info 2020-12-29 13:18:05 -05:00
Jack Simbach 28c145e7ee - fridge device sensor updates 2020-12-29 12:40:29 -05:00
Jack Simbach d432b77f60 - fixed code typo 2020-12-29 12:06:10 -05:00
Jack Simbach 1374b3629e - sensor configuration updates 2020-12-29 12:02:56 -05:00
Jack Simbach ebd50d10de - updates for device class, icon, and uom 2020-12-29 11:13:41 -05:00
Jack Simbach 0ee76fc4db - more stringify related changes 2020-12-29 10:03:37 -05:00
Jack Simbach a73c9f81f3 - more dispenser updates
- changed location of stringify and boolify methods
2020-12-29 09:38:41 -05:00
Jack Simbach a688a75f04 - removed the sound sensor from dishwasher 2020-12-29 00:32:06 -05:00
Jack Simbach c22622f67b - added magicattr to allow following of a dot path
- modified the property sensors to use magicattr
- added new cooktop burner sensor
- modified oven with additional entities
- modified oven with cooktop
2020-12-29 00:29:00 -05:00
Jack Simbach 71a459f5f4 - set capabilities for the ge water heater/dispenser 2020-12-28 22:13:46 -05:00