Skip to content

Commit

Permalink
Add missing action icons (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Oct 26, 2024
1 parent a27d352 commit 8664a45
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Version 1.69.0 (2024-10-26)
- Add missing action icons

# Version 1.68.1 (2024-10-26)
- Bump hahomematic to 2024.10.14
- Use version from module hahomematic
- Add check if Homematic(IP) local uses the expected version oh hahomematic
- Add check if Homematic(IP) local uses the expected version of hahomematic

# Version 1.68.0 (2024-10-24)

Expand Down
13 changes: 13 additions & 0 deletions custom_components/homematicip_local/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,32 @@
},
"services": {
"clear_cache": "mdi:trash-can",
"copy_schedule": "mdi:calendar",
"copy_schedule_profile": "mdi:calendar",
"create_central_links": "mdi:link",
"disable_away_mode": "mdi:caravan",
"enable_away_mode_by_calendar": "mdi:caravan",
"enable_away_mode_by_duration": "mdi:caravan",
"export_device_definition": "mdi:export",
"fetch_system_variables": "mdi:download",
"force_device_availability": "mdi:devices",
"get_device_value": "mdi:download-box",
"get_link_paramset": "mdi:link",
"get_link_peers": "mdi:link,",
"get_paramset": "mdi:download-box",
"get_schedule_profile": "mdi:calendar",
"get_schedule_profile_weekday": "mdi:calendar",
"light_set_on_time": "mdi:timer-check-outline",
"put_link_paramset": "mdi:link",
"put_paramset": "mdi:content-save",
"remove_central_links": "mdi:link",
"set_cover_combined_position": "mdi:blinds-horizontal",
"set_device_value": "mdi:content-save",
"set_install_mode": "mdi:plus",
"set_schedule_profile": "mdi:calendar",
"set_schedule_profile_weekday": "mdi:calendar",
"set_schedule_simple_profile": "mdi:calendar",
"set_schedule_simple_profile_weekday": "mdi:calendar",
"set_variable_value": "mdi:content-save",
"switch_set_on_time": "mdi:timer-check-outline",
"turn_on_siren": "mdi:alarm",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"manufacturerURL": "http://www.homematic.com"
}
],
"version": "1.68.1",
"version": "1.69.0",
"zeroconf": []
}
4 changes: 4 additions & 0 deletions custom_components/homematicip_local/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ turn_on_siren:
required: false
selector:
text:

light_set_on_time:
target:
entity:
Expand All @@ -638,6 +639,7 @@ light_set_on_time:
max: 8580000
unit_of_measurement: seconds
mode: box

switch_set_on_time:
target:
entity:
Expand All @@ -652,6 +654,7 @@ switch_set_on_time:
max: 8580000
unit_of_measurement: seconds
mode: box

set_cover_combined_position:
target:
entity:
Expand Down Expand Up @@ -679,6 +682,7 @@ set_cover_combined_position:
number:
min: 0
max: 600

update_device_firmware_data:
fields:
entry_id:
Expand Down

0 comments on commit 8664a45

Please sign in to comment.