Support for appliance plugs (i.e. switch entity)
Is your feature request related to a problem? Please describe. H5080 plug (15A plug for appliances) is brought in as a light entity rather than switch.
Describe the solution you'd like The model number H5080, or other 15A plugs should result in 'switch' entities.
Describe alternatives you've considered Currently in h-a there is a "Switch as X" helper but not "Light as X" helper. So, it would be best if this integration correctly chooses the entity type as switch, and then the user could use "Switch as X" to make a light.
Additional context The tagline on the readme is "The Govee integration allows you to control and monitor lights and switches using the Govee API." Technically this is true, but it wrongly assigns switches as lights.
Is this project dead? Last update seems over a year ago...
I have the H5082 and it isn't detected (yet shows up fine in the android Govee app), only my 4 strip light devices are showing in Home Assistant. Do I have to do something special to even get this plug to show up at all?
curl --location --request GET 'https://developer-api.govee.com/v1/devices' --header 'Govee-API-Key: MY_API_KEY'
doesn't show it either I guess... 😢
{
"data": {
"devices": [
{
"device": "93:56:A4:C1:38:19:56:E9",
"model": "H6141",
"deviceName": "Bathroom",
"controllable": true,
"retrievable": true,
"supportCmds": [
"turn",
"brightness",
"color",
"colorTem"
],
"properties": {
"colorTem": {
"range": {
"min": 2000,
"max": 9000
}
}
}
},
{
"device": "0A:B9:D4:AD:FC:1C:09:31",
"model": "H619A",
"deviceName": "Bed LED",
"controllable": true,
"retrievable": true,
"supportCmds": [
"turn",
"brightness",
"color",
"colorTem"
],
"properties": {
"colorTem": {
"range": {
"min": 2000,
"max": 9000
}
}
}
},
{
"device": "7A:43:A4:C1:38:D2:CD:E2",
"model": "H6141",
"deviceName": "Wetbar",
"controllable": true,
"retrievable": true,
"supportCmds": [
"turn",
"brightness",
"color",
"colorTem"
],
"properties": {
"colorTem": {
"range": {
"min": 2000,
"max": 9000
}
}
}
},
{
"device": "E3:16:D4:AD:FC:0A:87:CF",
"model": "H6143",
"deviceName": "Party Bed",
"controllable": true,
"retrievable": true,
"supportCmds": [
"turn",
"brightness",
"color",
"colorTem"
],
"properties": {
"colorTem": {
"range": {
"min": 2000,
"max": 9000
}
}
}
}
]
},
"message": "Success",
"code": 200
}
Related, I also have two H5074 temperature sensors. While I don't have Bluetooth working on my HA, when I do, should I expect these to be discovered too, or are they (also) not supported?