Matt Zimmerman
|
d077c3b8d1
|
Add sensor to expose Powerwall backup reserve percentage (#66393)
|
2022-02-28 09:31:34 -10:00 |
J. Nick Koston
|
3d8d507ed9
|
Migrate powerwall from using ip address as unique id (#65257)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2022-02-03 18:39:57 +01:00 |
some-guy-in-oz
|
b2d67f8d19
|
Add grid services active sensor to telsa powerwall integration (#56317)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-10-22 14:25:25 -10:00 |
J. Nick Koston
|
38d4af1a6e
|
Remove YAML support from powerwall (#45381)
|
2021-01-21 21:59:33 -05:00 |
Franck Nijhof
|
65cf2fcb6f
|
Drop asynctest (#44746)
|
2021-01-01 22:31:56 +01:00 |
jrester
|
734972f876
|
Update tesla_powerwall to 0.3.3 (#41482)
|
2020-10-08 08:26:44 -05:00 |
Paulus Schoutsen
|
ec47216388
|
Use built-in test helpers on 3.8 (#34901)
|
2020-04-30 13:29:50 -07:00 |
jrester
|
3776a06281
|
Use serial numbers for unique_id of powerwall devices (#34351)
* Update tesla-powerwall to version 0.2.5
* Create unique_id from serial numbers of powerwalls
modified: homeassistant/components/powerwall/__init__.py
modified: homeassistant/components/powerwall/binary_sensor.py
modified: homeassistant/components/powerwall/const.py
modified: homeassistant/components/powerwall/entity.py
modified: homeassistant/components/powerwall/sensor.py
modified: tests/components/powerwall/mocks.py
modified: tests/components/powerwall/test_sensor.py
* Fix pylint error
modified: homeassistant/components/powerwall/__init__.py
|
2020-04-17 16:21:14 -05:00 |
jrester
|
6924192523
|
Use updated powerwall client API library (#34139)
* Use updated powerwall client API library
* Increase instant_power precision to 3
* Add @jrester as code owner for powerwall
|
2020-04-13 21:59:50 +02:00 |
J. Nick Koston
|
e6ed2f0377
|
Add version and device type to powerwall device_info (#33453)
* Add version and device type to powerwall device_info
* Upstream powerwall now supports a http_session
|
2020-03-31 12:55:50 -07:00 |
J. Nick Koston
|
5b4d2aed64
|
Add Powerwalls integration (#32851)
* Create an integration for Powerwalls
* Self review :: remove unused code
* Remove debug
* Update homeassistant/components/powerwall/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* _call_site_info to module level
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/powerwall/test_binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* remove sensors that I added tests for from the comment
* Update homeassistant/components/powerwall/config_flow.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Switch to UNIT_PERCENTAGE
* reduce code
* Add test for import
* Adjust tests
* Add missing file
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2020-03-19 10:50:17 -05:00 |