mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user