J. Nick Koston
5ddcc22583
Convert sense to use DataUpdateCoordinator for trends data ( #34160 )
...
* Convert sense to use DataUpdateCoordinator for trends
* remove unused
* request update right away
* clarify
* call async refresh later
* Update homeassistant/components/sense/__init__.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update homeassistant/components/sense/__init__.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-04-13 17:08:37 -07:00
Marcelo Moreira de Mello
c19a1bf26d
Add Sense attribution to all Sense sensors ( #33775 )
2020-04-07 16:45:48 +02:00
Marcelo Moreira de Mello
d2e70eb967
Add attribution to Sense component ( #33657 )
2020-04-04 22:51:00 +02:00
J. Nick Koston
fa60e9b03b
Improve sense timeout exception handling ( #33127 )
...
asyncio.Timeout needs to be trapped as well
2020-03-22 21:41:59 -07:00
J. Nick Koston
0364cd8db5
Add usage sensors for each device sense detects that show powe… ( #32206 )
...
* init
* const
* update docs string
* update docs string
* restore binary sensors
* Restore binary sensors
* match name
* pylint
* Fix bug in conf migration
* Fix refactoring error
* Address review items
Imporve performance
* Fix devices never turning back off
2020-02-27 21:23:47 -08:00
J. Nick Koston
3e702c8ca4
Add Config Flow for sense ( #32160 )
...
* Config Flow for sense
* Fix unique ids so they are actually unique (and migrate the old ones)
* Fix missing solar production
* Do not mark sensors available until they have data
* Address review items
* Address review round #2
2020-02-25 16:37:41 -07:00
springstan
c4c8a1ba2d
Move imports to top for sense ( #29258 )
2019-11-30 21:35:45 -08:00
Franck Nijhof
445c741b30
Use literal string interpolation in integrations R-S (f-strings) ( #26392 )
2019-09-03 21:14:39 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ( #22235 )
...
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
2019-03-20 22:56:46 -07:00
kbickar
abf2e763b1
Add sense guard clause ( #22014 )
2019-03-14 11:46:44 +01:00
Diogo Gomes
a99d83390e
Centrally define Energy Units (kWh and Wh) ( #21719 )
...
* centralize energy units kWh and Wh
* lint
2019-03-12 18:46:41 -07:00
kbickar
62df6cbd09
Update to sense component to fully be async ( #21698 )
...
* Update to sense component to fully be async
* Shortened lines
* Whitespace
2019-03-12 14:44:53 +01:00
Diogo Gomes
ed2b9e5483
Centrally define Watt ( #21570 )
...
* centralize Watt definition
* lint
2019-03-02 11:29:59 +01:00
Fabian Affolter
127c55e0c1
Update file header ( #21023 )
...
* Update file header
* Update file header
* Update file header
* Update file header
* Update file header
* Fix lint issues
2019-02-13 21:21:14 +01:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00