Commit Graph

  • 30392d3ac5 Initial step to have continuous integration Pierre Ståhl 2020-09-22 09:38:14 +02:00
  • 83b3b6f21b Moved TuyaCache to __init__.py, and renamed to TuyaDevice. In pytuya, renamed TuyaDevice to TuyaInterface rospogrigio 2020-09-22 00:49:05 +02:00
  • dd48fc00f5 Make light entity inherit from LocalTuyaEntity Pierre Ståhl 2020-09-21 22:07:22 +02:00
  • b169c86473 Make fan platform inherit from LocalTuyaEntity Pierre Ståhl 2020-09-20 22:29:10 +02:00
  • 16e4e9407f Reload integration if config entry changes Pierre Ståhl 2020-09-20 23:23:52 +02:00
  • 3a61e0feff Merge pull request #28 from postlund/sensor rospogrigio 2020-09-21 00:43:44 +02:00
  • 1e23120872 Add device discovery to config flow Pierre Ståhl 2020-09-17 13:37:33 +02:00
  • 1cc8efece4 Fix sensor scaling Pierre Ståhl 2020-09-20 19:32:09 +02:00
  • ffae9976f0 Updated tuyadebug.tgz rospogrigio 2020-09-20 09:50:43 +02:00
  • 26d83774e2 Add generic sensor platform Pierre Ståhl 2020-09-19 18:41:57 +02:00
  • c266e0f904 add_request_dps moved into prepare_setup_entities, plus code cleaning rospogrigio 2020-09-19 15:59:02 +02:00
  • 6700e02c52 set_dpsUsed turned into add_dps_to_request ; used it when setting up entities rospogrigio 2020-09-18 17:19:10 +02:00
  • 5507652bae Add support for options flow Pierre Ståhl 2020-09-13 23:06:04 +02:00
  • 6f14df2d74 Replaced some hardcoded strings with constants and config_entries rospogrigio 2020-09-18 14:00:36 +02:00
  • 1a9f7382fc LocaltuyaCover now inherits from LocalTuyaEntity rospogrigio 2020-09-18 12:50:04 +02:00
  • 7afd19d197 Still prefer to keep '(YAML)' suffix for Integrations imported from YAML, for the moment rospogrigio 2020-09-18 09:36:18 +02:00
  • e79b4cf619 Use friendly_name instead of name in config entry Pierre Ståhl 2020-09-17 13:48:43 +02:00
  • 9973c5fdcb Pass config entry to LocalTuyaEntity Pierre Ståhl 2020-09-15 23:23:00 +02:00
  • bd98b7cd93 Add base entity class LocalTuyaEntity Pierre Ståhl 2020-09-15 22:41:57 +02:00
  • 16cb29297b Introduced dps detection with bruteforcing for type_0d devices rospogrigio 2020-09-16 15:16:59 +02:00
  • 0290b11dae Request DPS 1-150 in config flow Pierre Ståhl 2020-09-15 19:24:58 +02:00
  • 9d917fe325 Merge branch 'physical_device' rospogrigio 2020-09-16 10:03:37 +02:00
  • 4056c0abb0 Fixing device name rospogrigio 2020-09-16 10:03:19 +02:00
  • baee524d54 Merge branch 'physical_device' rospogrigio 2020-09-15 23:32:00 +02:00
  • c99cc1f077 Removed unneeded friendly_name fields rospogrigio 2020-09-15 23:31:33 +02:00
  • 400ad57e01 Merge branch 'master' into physical_device rospogrigio 2020-09-15 12:55:46 +02:00
  • b0ee281894 Merge branch 'master' into pytuya_refactoring rospogrigio 2020-09-15 12:41:52 +02:00
  • b401020c99 Merge branch 'postlund-platform_setup' rospogrigio 2020-09-15 12:39:02 +02:00
  • 9493f17de6 Forward config entry only to used platforms Pierre Ståhl 2020-09-15 12:29:07 +02:00
  • b3006a7c68 Merge branch 'pytuya_refactoring' into physical_device rospogrigio 2020-09-15 11:28:36 +02:00
  • 386d59b497 config_entry forwarded only to proper platform; DOMAIN imported from component rospogrigio 2020-09-15 10:59:06 +02:00
  • 22ccd51926 Fixed TuyaDevice init calls rospogrigio 2020-09-15 09:24:53 +02:00
  • 122d9a6a6f Merge branch 'pytuya_refactoring' into physical_device rospogrigio 2020-09-15 00:18:26 +02:00
  • 97ada3de4f Fix in validate_input rospogrigio 2020-09-15 00:17:42 +02:00
  • 6c68cdcbcc Merge branch 'pytuya_refactoring' into physical_device rospogrigio 2020-09-15 00:15:46 +02:00
  • ce2461df2b Merge branch 'master' into pytuya_refactoring rospogrigio 2020-09-14 23:32:55 +02:00
  • e824f285fa Merge branch 'postlund-fix_fan' rospogrigio 2020-09-14 20:59:39 +02:00
  • 285bffdc68 Fixed async_setup_entry in cover.py rospogrigio 2020-09-14 20:57:50 +02:00
  • 0e94b681db Fixed import from YAML in config_flow.py rospogrigio 2020-09-14 20:44:55 +02:00
  • 50cbde330b Fix fan platform after merge Pierre Ståhl 2020-09-10 12:07:59 +02:00
  • d2281c4368 Merge branch 'postlund-cover_config_flow' rospogrigio 2020-09-13 15:00:33 +02:00
  • 27edcacde2 Fixed missing merging conflicts rospogrigio 2020-09-13 14:59:24 +02:00
  • cc3f5e3a3a Merge branch 'postlund-fan_config_flow' rospogrigio 2020-09-13 14:23:26 +02:00
  • 04a215a062 Fixed merging conflicts rospogrigio 2020-09-13 14:23:09 +02:00
  • 250d7169c7 Merge branch 'postlund-cover_config_flow' rospogrigio 2020-09-13 14:18:51 +02:00
  • 6c77ce1c38 Fixed merging conflicts rospogrigio 2020-09-13 14:17:52 +02:00
  • 1df5928d6d Merge branch 'postlund-light_config_flow' rospogrigio 2020-09-13 14:15:01 +02:00
  • 853c1deb76 Fixed merging conflicts rospogrigio 2020-09-13 14:14:22 +02:00
  • 0cb0b38bdd Merge branch 'postlund-config_flow_switches' rospogrigio 2020-09-13 14:11:16 +02:00
  • 47b92b0178 Fixes suggested in PR #11 rospogrigio 2020-09-13 14:03:08 +02:00
  • c008339f43 First working implementation of Devices rospogrigio 2020-09-11 14:48:49 +02:00
  • 9a45eb8398 Fixed conflicts rospogrigio 2020-09-11 11:55:43 +02:00
  • 9c3786b7a6 Merge remote-tracking branch 'origin/pytuya_refactoring' into physical_device rospogrigio 2020-09-11 11:54:04 +02:00
  • 184199ef87 Pytuya library refactoring and code cleaning rospogrigio 2020-09-11 11:46:01 +02:00
  • 61fd48cbda Merge branch 'config_flow_switches' of https://github.com/postlund/localtuya-homeassistant into postlund-config_flow_switches rospogrigio 2020-09-10 16:08:21 +02:00
  • f9a4b4ad8a Add config flow support for fan Pierre Ståhl 2020-09-10 12:07:59 +02:00
  • eca400f581 Update info.md rospogrigio 2020-09-10 11:49:52 +02:00
  • 783a556ff0 Updated pytuya reference to 7.1.0 rospogrigio 2020-09-10 11:48:53 +02:00
  • 5b84f05ef1 Update README.md rospogrigio 2020-09-10 11:46:24 +02:00
  • 2fd6c18271 tuyadebug updated to pytuya 7.1.0 rospogrigio 2020-09-10 11:44:05 +02:00
  • 8e9fb82304 Introduced type_0a and type_0d devices autodetection rospogrigio 2020-09-10 10:59:58 +02:00
  • edc9debf83 Add config flow support for cover Pierre Ståhl 2020-09-10 10:20:14 +02:00
  • ae64158da5 Use correct device class from pytuya Pierre Ståhl 2020-09-10 10:42:44 +02:00
  • 11763d90c5 Use generic Device in config flow Pierre Ståhl 2020-09-09 23:06:28 +02:00
  • 7efb3024fb Support arbitrary flow schemas for platforms Pierre Ståhl 2020-09-09 12:52:46 +02:00
  • 7018625f04 Add light support and clean up schemas Pierre Ståhl 2020-09-09 10:55:22 +02:00
  • aa1ed67f94 Make energy attributes in switch optional Pierre Ståhl 2020-09-09 22:05:23 +02:00
  • 43a36f458c Remove pre-filled values from config_flow Pierre Ståhl 2020-09-08 20:03:21 +02:00
  • 0600b2730b Make config flows general based on entities Pierre Ståhl 2020-09-08 11:59:39 +02:00
  • 63d1ef26d4 Cleaned up pytuya code rospogrigio 2020-09-07 14:46:35 +02:00
  • 3d0505ac41 Removed unnecessary dps from covers; reduced cache timeout for covers and lights rospogrigio 2020-09-07 12:07:20 +02:00
  • 528143ddd6 Reduced cover logging rospogrigio 2020-09-07 09:10:31 +02:00
  • b8333affc5 Add support for config flows for switches Pierre Ståhl 2020-09-06 10:29:39 +02:00
  • 181ba360b7 Added fan support rospogrigio 2020-09-04 22:44:46 +02:00
  • 550c29289a Merge branch 'fancygaphtrn-master' rospogrigio 2020-09-04 22:36:38 +02:00
  • 2f50050f8a Merge branch 'master' of https://github.com/fancygaphtrn/localtuya-homeassistant into fancygaphtrn-master rospogrigio 2020-09-04 22:36:16 +02:00
  • 0a20d2befa Minor tweaks Andrew Meepos 2020-09-04 11:18:28 -07:00
  • 8eacf15762 Added unique_id and available in line with upstream fancygaphtrn 2020-09-04 10:02:54 -04:00
  • 8ae6a71797 Updated to be inline with upstream 7.0.9 fancygaphtrn 2020-09-04 10:01:07 -04:00
  • adda5d6b20 Comment log command Andrew Meepos 2020-09-04 04:00:09 -07:00
  • a437359275 Delete .gitignore andrewmeepos 2020-09-04 03:54:21 -07:00
  • 7ebd950c68 Create .gitignore Andrew Meepos 2020-09-04 03:53:52 -07:00
  • 5399aebb35 Updated cover.py Andrew Meepos 2020-09-04 03:52:44 -07:00
  • 44f3729a17 Updated and reorganized README.md andrewmeepos 2020-09-04 03:46:06 -07:00
  • baa6f78d1e Updated references to pytuya v.7.0.9 rospogrigio 2020-09-03 21:55:30 +02:00
  • 3cad9559df Updated references to pytuya v.7.0.9 rospogrigio 2020-09-03 21:55:00 +02:00
  • 16d8d4dcf9 Introduced pytuya 7.0.9: Unified dev_type (device20 or device22) handling for all devices rospogrigio 2020-09-03 21:51:27 +02:00
  • fdefd70043 Merge branch 'djtimca-feature-light' rospogrigio 2020-09-03 17:10:48 +02:00
  • 013622beef Merge branch 'postlund-unique_id_and_available' rospogrigio 2020-09-03 16:40:49 +02:00
  • f6169c442a Appended subswitch id (i.e., dps) to the unique_id to allow different unique_ids for subswitches rospogrigio 2020-09-03 16:39:06 +02:00
  • a0bf22cce5 Prepand unique_id with local_ Pierre Ståhl 2020-09-03 12:04:52 +02:00
  • 1077be791b Uploaded debug scripts rospogrigio 2020-09-03 09:46:32 +02:00
  • 1d80202cab Updated template for configuration.yaml and removed redundant chanage to pytuya. Tim Empringham 2020-09-02 15:26:46 -04:00
  • 843f556fa5 Updated to support lights with dimmable and colour_temp settings Tim Empringham 2020-09-02 15:21:58 -04:00
  • 4335507804 Add support for unique_id and available Pierre Ståhl 2020-09-02 12:46:09 +02:00
  • a31ffba0d5 Updated pytuya library reference (7.0.8) rospogrigio 2020-08-06 11:38:14 +02:00
  • 570fcac139 Updated pytuya library reference (7.0.8) rospogrigio 2020-08-06 11:37:47 +02:00
  • 98508a347a v.1.0.1: sending only dps actually used in request payload rospogrigio 2020-08-06 11:32:33 +02:00
  • 5e29b2218c Update info.md rospogrigio 2020-07-31 11:52:37 +02:00
  • dc7dfa8df2 Update info.md rospogrigio 2020-07-31 11:43:19 +02:00