Updating naming for flux_led (#61187)

This commit is contained in:
J. Nick Koston 2021-12-07 22:30:22 -10:00 committed by GitHub
parent fad5314154
commit d5aa4a9ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
"""Support for FluxLED/MagicHome lights."""
"""Support for Magic Home lights."""
from __future__ import annotations
from abc import abstractmethod
@ -36,7 +36,7 @@ class FluxEntity(CoordinatorEntity):
if self.unique_id:
self._attr_device_info = DeviceInfo(
connections={(dr.CONNECTION_NETWORK_MAC, self.unique_id)},
manufacturer="FluxLED/Magic Home",
manufacturer="Magic Home (Zengge)",
model=self._device.model,
name=self.name,
sw_version=str(self._device.version_num),