core/tests/components/fully_kiosk
Mike Heath b5dfd83c46
Fix Fully Kiosk Browser merging entities when MAC empty (#87743)
* Fix FKB merging entities when MAC empty

Fully Kiosk Browser will sometimes return an empty MAC address in the
device_info API call. When two Fully Kiosk devices are added with
missing MAC addresses, HA will assume the two devices are the same and
merge the entities. This fixes that problem.

Fixes #77722

* Update homeassistant/components/fully_kiosk/entity.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-10 09:19:09 +01:00
..
fixtures Fix Fully Kiosk Browser merging entities when MAC empty (#87743) 2023-02-10 09:19:09 +01:00
__init__.py
conftest.py Add Fully Kiosk Browser switch platform (#76931) 2022-08-17 16:30:20 +02:00
test_binary_sensor.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
test_button.py Code quality improvements for Fully Kiosk (#80168) 2022-10-12 15:52:09 +02:00
test_config_flow.py Mark required fields in FlowResult typedict (#84811) 2022-12-30 12:01:45 +01:00
test_diagnostics.py Adjust hass_client type hint in integration tests (#86954) 2023-02-02 16:29:57 -05:00
test_init.py Fix Fully Kiosk Browser merging entities when MAC empty (#87743) 2023-02-10 09:19:09 +01:00
test_media_player.py Adjust root-import in tests (#78761) 2022-09-19 15:22:23 +02:00
test_number.py Add Fully Kiosk Browser number platform (#76952) 2022-08-18 10:51:28 +02:00
test_sensor.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
test_services.py Add start_application service to fully_kiosk integration (#80226) 2022-10-14 19:21:58 +02:00
test_switch.py Add screen on/off switch to Fully Kiosk Browser integration (#76957) 2022-08-18 13:33:38 +02:00