1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/tests/components
Luke 498e69695b Add Anova integration (#86254)
* init setup of Anova Sous Vide

* bump anova-wifi to 0.2.4

* Removed yaml support

* Bump to anova-wifi 0.2.5

* Added support for adding sous vide while offline

* Added basic test for sensor

* added better tests for sensors and init

* expanded code coverage

* Decreased timedelta to lowest functioning value.

* Updating my username

* migrate to async_forward_entry_setups

* applying pr recommended changes

* bump anova-wifi to 0.2.7

* Improvements to hopefully get this review ready

* formatting changes

* clean ups for pr review

* remove unneeded unique id check.

* bump ao anova_wifi 0.3.0

* rename device_id to device_unique_id

* renamed to 'anova'

* added unique_id to MockConfigEntry

* removed leftover anova sous vides

* added device id to strings

* added error for incorrect device id

* add has_entity_name

* added attr name for tests

* added authentication functionality

* bump to 0.4.3

* split entity into its own class/object

* pulling firmware version out of async_setup

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

* addressed pr changes

* fixed pytest

* added anova data model

* removed unneeded time change

* add logging in package

* rework step_user

* Update homeassistant/components/anova/sensor.py

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

* Removed lower from attr unique id

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

* Removed unneeded member variables in sensor

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

* removed repeated subclass attr

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

* simplify update_failed test

* created descriptionentity

* bump to 0.6.1 limit ws connect

* add translation for sensor entities

* version bump - support pro model

* add anova to strict typing

* fixed sensor not getting datas type

* Apply suggestions from code review

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

* Check for new devices in init

* style changes

* return false instead of config entry not ready

* move serialize_device_list to utils

* move repeating device check into api

* moved unneeded code out of try except

* fixed tests to get 100% cov

* Update homeassistant/components/anova/strings.json

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

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-22 18:05:14 -05:00
..
2023-03-28 14:59:03 +02:00
2023-03-22 20:00:47 -04:00
2023-04-22 18:05:14 -05:00
2023-04-20 22:55:46 -04:00
2023-03-28 17:11:48 +02:00
2023-04-22 14:10:27 -05:00
2023-04-21 20:41:14 -04:00
2023-04-13 13:58:35 -04:00
2023-03-25 12:31:01 -10:00
2023-03-29 17:43:54 -04:00
2023-04-04 00:11:20 -04:00
2023-04-12 08:19:01 +02:00
2023-03-22 20:00:47 -04:00
2023-04-22 18:25:14 +02:00
2023-03-28 16:49:32 +02:00
2023-04-06 13:48:19 +02:00
2023-03-22 20:00:47 -04:00
2023-03-28 08:46:16 +02:00
2023-04-12 08:19:01 +02:00
2023-03-22 20:00:47 -04:00
2023-03-28 11:54:16 +02:00
2023-03-22 20:00:47 -04:00
2023-04-12 23:47:37 +02:00
2023-04-12 08:19:01 +02:00
2023-04-11 13:54:30 -04:00
2023-03-22 20:00:47 -04:00
2023-04-21 20:41:14 -04:00
2023-04-20 08:42:22 -10:00
2023-03-26 20:03:03 +02:00
2023-03-22 12:01:04 +01:00