Skip to content

Commit

Permalink
change domain so that it can render its icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoyu-UT committed May 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 32625d5 commit cb7d09f
Showing 14 changed files with 28 additions and 28 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
import homeassistant.components.climate as Climate
from homeassistant.exceptions import HomeAssistantError

DOMAIN = "remo"
DOMAIN = "nature_remo"


class NetworkError(HomeAssistantError):
File renamed without changes.
18 changes: 18 additions & 0 deletions custom_components/nature_remo/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"domain": "nature_remo",
"name": "Nature Remo",
"codeowners": [
"@Haoyu-UT"
],
"version": "1.0.0",
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Haoyu-UT/HomeAssistantNatureRemo/blob/main/README.md",
"homekit": {},
"integration_type": "hub",
"iot_class": "cloud_polling",
"requirements": [],
"ssdp": [],
"zeroconf": [],
"issue_tracker": "https://github.com/Haoyu-UT/HomeAssistantNatureRemo/issues"
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ select_option:
description: Select an option of an select entity.
target:
entity:
integration: remo
integration: nature_remo
domain: select
fields:
option:
@@ -19,15 +19,15 @@ press:
description: Press the input button entity.
target:
entity:
integration: remo
integration: nature_remo
domain: button

set_temperature:
name: Set temperature
description: Set target temperature of climate device.
target:
entity:
integration: remo
integration: nature_remo
domain: climate
supported_features:
- climate.ClimateEntityFeature.TARGET_TEMPERATURE
@@ -68,7 +68,7 @@ set_fan_mode:
description: Set fan operation for climate device.
target:
entity:
integration: remo
integration: nature_remo
domain: climate
supported_features:
- climate.ClimateEntityFeature.FAN_MODE
@@ -86,7 +86,7 @@ set_hvac_mode:
description: Set HVAC operation mode for climate device.
target:
entity:
integration: remo
integration: nature_remo
domain: climate
fields:
hvac_mode:
@@ -113,7 +113,7 @@ set_swing_mode:
description: Set swing operation for climate device.
target:
entity:
integration: remo
integration: nature_remo
domain: climate
supported_features:
- climate.ClimateEntityFeature.SWING_MODE
@@ -131,15 +131,15 @@ turn_on:
description: Turn light device on.
target:
entity:
integration: remo
integration: nature_remo
domain: light

turn_off:
name: Turn off
description: Turn light device off.
target:
entity:
integration: remo
integration: nature_remo
domain: light

toggle:
@@ -149,5 +149,5 @@ toggle:
current state.
target:
entity:
integration: remo
integration: nature_remo
domain: light
File renamed without changes.
File renamed without changes.
18 changes: 0 additions & 18 deletions custom_components/remo/manifest.json

This file was deleted.

0 comments on commit cb7d09f

Please sign in to comment.