mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
spelling: components/bond (#64272)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -372,7 +372,7 @@ async def test_fp_light_set_brightness_belief_api_error(hass: core.HomeAssistant
|
|||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
|
||||||
async def test_light_set_brightness_belief_brightnes_not_supported(
|
async def test_light_set_brightness_belief_brightness_not_supported(
|
||||||
hass: core.HomeAssistant,
|
hass: core.HomeAssistant,
|
||||||
):
|
):
|
||||||
"""Tests that the set brightness belief function of a light that doesn't support setting brightness returns an error."""
|
"""Tests that the set brightness belief function of a light that doesn't support setting brightness returns an error."""
|
||||||
@@ -527,7 +527,7 @@ async def test_fp_light_set_power_belief_api_error(hass: core.HomeAssistant):
|
|||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
|
||||||
async def test_fp_light_set_brightness_belief_brightnes_not_supported(
|
async def test_fp_light_set_brightness_belief_brightness_not_supported(
|
||||||
hass: core.HomeAssistant,
|
hass: core.HomeAssistant,
|
||||||
):
|
):
|
||||||
"""Tests that the set brightness belief function of a fireplace light that doesn't support setting brightness returns an error."""
|
"""Tests that the set brightness belief function of a fireplace light that doesn't support setting brightness returns an error."""
|
||||||
|
Reference in New Issue
Block a user