* [homematicip_cloud] Add service to set cooling mode * Create seperate test for cooling * Rename service to set_home_cooling_mode * Raise exception when accesspoint not found
11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"domain": "homematicip_cloud",
|
|
"name": "HomematicIP Cloud",
|
|
"codeowners": ["@hahn-th"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["homematicip"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["homematicip==1.1.2"]
|
|
}
|