Add sensor platform to Bring integration (#126642)

* Add sensor platform to Bring integration

* Add more tests

* unignore typedef check

* Update language sensor

* update snapshot

* changes

* add entities

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* add units

* lowercase

* snapshot

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Manu
2024-09-24 22:55:48 +02:00
committed by GitHub
parent c66e2dc076
commit 20030ab604
17 changed files with 910 additions and 9 deletions

View File

@@ -90,7 +90,14 @@ async def test_init_exceptions(
@pytest.mark.parametrize("exception", [BringRequestException, BringParseException])
@pytest.mark.parametrize("bring_method", ["load_lists", "get_list"])
@pytest.mark.parametrize(
"bring_method",
[
"load_lists",
"get_list",
"get_all_user_settings",
],
)
async def test_config_entry_not_ready(
hass: HomeAssistant,
bring_config_entry: MockConfigEntry,