1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-01 04:37:52 +00:00

21 Commits

Author SHA1 Message Date
Joost Lekkerkerker
6f406603a6
Store runtime data in entry in Withings ()
* Add entry runtime data to Withings

* Store runtime data in entry in Withings

* Fix

* Fix

* Update homeassistant/components/withings/coordinator.py

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>

---------

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2024-04-30 13:00:11 +02:00
Marc Mueller
c773d57d39
Add empty line after module docstring [w-z] () 2024-03-08 10:35:45 -05:00
Joost Lekkerkerker
883711fb35
Add icon translations to Withings ()
* Add icon translations to Withings

* Add icon translations to Withings

* Add icon translations to Withings

* Add icon translations to Withings

* Add icon translations to Withings
2024-01-21 21:34:44 +01:00
Joost Lekkerkerker
54ba376b4b
Make Withings bed presence sensor dynamic ()
* Make Withings bed presence sensor dynamic

* Make Withings bed presence sensor dynamic

* Update homeassistant/components/withings/binary_sensor.py

Co-authored-by: J. Nick Koston <nick@koston.org>

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2023-10-23 09:01:58 +02:00
Joost Lekkerkerker
5e30c2ab9c
Use dataclass for Withings domain data ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-10-22 22:42:18 +02:00
Joost Lekkerkerker
d712a29052
Split Withings coordinators ()
* Subscribe to Withings webhooks outside of coordinator

* Subscribe to Withings webhooks outside of coordinator

* Split Withings coordinator

* Split Withings coordinator

* Update homeassistant/components/withings/sensor.py

* Fix merge

* Rename MEASUREMENT_COORDINATOR

* Update homeassistant/components/withings/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Fix feedback

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-13 07:34:31 +02:00
Joost Lekkerkerker
3e4edc8edd
Move Withings entity descriptions to platforms () 2023-10-12 13:42:00 +02:00
Joost Lekkerkerker
0f95de997f
Support cloudhooks in Withings ()
* Support cloudhooks in Withings

* Support cloudhooks in Withings

* Support cloudhooks in Withings

* Remove strings
2023-09-26 21:52:18 +02:00
Joost Lekkerkerker
b0a7e68984
Rename Withings coordinator file ()
Rename common.py to coordinator.py
2023-09-26 10:59:45 +02:00
Joost Lekkerkerker
4f63c7934b
Add coordinator to Withings ()
* Add coordinator to Withings

* Add coordinator to Withings

* Fix tests

* Remove common files

* Fix tests

* Fix tests

* Rename to Entity

* Fix

* Rename webhook handler

* Fix

* Fix external url

* Update homeassistant/components/withings/entity.py

Co-authored-by: Luke Lashley <conway220@gmail.com>

* Update homeassistant/components/withings/entity.py

Co-authored-by: Luke Lashley <conway220@gmail.com>

* Update homeassistant/components/withings/entity.py

Co-authored-by: Luke Lashley <conway220@gmail.com>

* Update homeassistant/components/withings/entity.py

Co-authored-by: Luke Lashley <conway220@gmail.com>

* fix imports

* Simplify

* Simplify

* Fix feedback

* Test if this makes changes clearer

* Test if this makes changes clearer

* Fix tests

* Remove name

* Fix feedback

---------

Co-authored-by: Luke Lashley <conway220@gmail.com>
2023-09-26 09:17:11 +02:00
Joost Lekkerkerker
c347c78b6d
Split Withings common file out to their own file ()
* Split common out in logical pieces

* Split common out in logical pieces

* Split common out in logical pieces
2023-09-11 22:25:08 +02:00
Joost Lekkerkerker
868fdd81da
Add entity translations to withings ()
* Add entity translations to Withings

* Add entity translations to Withings
2023-09-09 18:48:09 +02:00
epenet
1af72e3671
Add device class to withings () 2022-12-16 20:04:07 +01:00
epenet
f5a8ce4aca
Split platform attributes in withings () 2022-12-16 15:35:03 +01:00
epenet
28a34a1f89
Remove withings from mypy ignore list () 2022-07-11 19:14:23 +02:00
Robert Hillis
f691b0a1da
Use enums in withings () 2021-12-16 09:09:28 +01:00
Franck Nijhof
fcdd8b11a6
Collection of changing entity properties to class attributes - 2 () 2021-06-01 12:43:55 -07:00
Ruslan Sayfutdinov
cbaeec2a4e
Use AddEntitiesCallback type, pt.2 () 2021-04-30 20:38:59 +02:00
Marc Mueller
dcca29ef68
Update typing 14 () 2021-03-18 15:08:35 +01:00
Robert Van Gorkom
09ee52c4cb
Remove withings use of deprecated classes ()
Adjusting in bed device class to occupancy.
2020-07-07 19:17:04 +02:00
Robert Van Gorkom
a6a6a7b69c
Add Withings webhooks ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 20:16:18 +02:00