Use mesh topology and add 3 more attr for Fritz (#63049)
* Use mesh topology and add 3 more attr * Apply review comment
This commit is contained in:
@@ -2,8 +2,18 @@
|
||||
|
||||
from typing import Literal
|
||||
|
||||
from homeassistant.backports.enum import StrEnum
|
||||
from homeassistant.const import Platform
|
||||
|
||||
|
||||
class MeshRoles(StrEnum):
|
||||
"""Available Mesh roles."""
|
||||
|
||||
NONE = "none"
|
||||
MASTER = "master"
|
||||
SLAVE = "slave"
|
||||
|
||||
|
||||
DOMAIN = "fritz"
|
||||
|
||||
PLATFORMS = [
|
||||
|
||||
Reference in New Issue
Block a user