Keilin Bickar
3adc3d7732
Add sensors for energy trends for devices ( #129439 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-29 20:02:08 +01:00
Keilin Bickar
b43bc3f32d
Add Sense Devices for entities ( #129182 )
2024-10-29 17:44:19 +01:00
Keilin Bickar
68284bed74
Add coordinators to Sense ( #129171 )
2024-10-25 20:45:55 +02:00
Keilin Bickar
a95a542148
Update sense-energy to 0.13.2 ( #128670 )
2024-10-25 16:59:39 +02:00
Keilin Bickar
8aa25af014
Create tests for sense integration ( #128418 )
...
* Create tests for sense integration
* Rearrange files
* Update to use snapshots
* Update tests/components/sense/__init__.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update tests/components/sense/__init__.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update tests/components/sense/test_binary_sensor.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update tests/components/sense/test_sensor.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Add missing imports
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-10-23 18:22:21 +02:00
epenet
9bcc31a9fe
Use start_reauth helper method in integration tests (s) ( #124793 )
2024-08-28 16:49:05 +02:00
Joost Lekkerkerker
f3ba713289
Use FlowResultType enum in config flow tests N-Z ( #114682 )
...
Use FlowResultType enum in config flow tests
2024-04-03 09:53:20 +02:00
Marc Mueller
7d6251ca08
Add empty line after module docstring [tests q-s] ( #112711 )
2024-03-08 14:47:22 +01:00
epenet
80ee196fd8
Add type hints to integration tests (part 19) ( #88178 )
2023-02-15 18:07:40 +01:00
epenet
ba85fdcd61
Add type hints to integration tests (q-s) ( #87706 )
2023-02-08 08:12:54 -08:00
Keilin Bickar
f4a58c7dc7
Bump sense_api to 0.11.0 and add refresh token support ( #83030 )
...
fixes undefined
2022-12-01 10:53:48 +01:00
Keilin Bickar
c5a3ba4065
Add support for general API exception in Sense integration ( #68517 )
2022-03-22 12:14:01 -10:00
Keilin Bickar
e6af7847fc
Add Multi factor authentication support for Sense ( #66498 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-02-21 12:05:12 -10:00
Paulus Schoutsen
a4d9019ffc
Refactor persistent notification to no longer route all data via a service ( #57157 )
...
* Convert persistent notification tests to async
* Create/dismiss persistent notifications in exposed functions, not service calls
* Fix notify persistent_notification
* Remove setting up persistent_notification
* Drop more setups
* Empty methods
* Undeprecate sync methods because too big task
* Fix setup clearing notifications
* Fix a bunch of tests
* Fix more tests
* Uno mas
* Test persistent notification events
* Clean up stale comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-07 12:58:00 +02:00
Robert Hillis
e5d6e18e30
Complete config flow tests for sense ( #55040 )
2021-08-23 07:58:42 +02:00
J. Nick Koston
002b068c0a
Remove YAML support from sense ( #49935 )
2021-05-01 11:17:52 -10:00
Franck Nijhof
65cf2fcb6f
Drop asynctest ( #44746 )
2021-01-01 22:31:56 +01:00
Paulus Schoutsen
1c36bf5e19
Fix block till done in create entry config flow tests ( #42290 )
2020-10-24 16:20:56 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
Paulus Schoutsen
ec47216388
Use built-in test helpers on 3.8 ( #34901 )
2020-04-30 13:29:50 -07: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