File tree 3 files changed +6
-6
lines changed
custom_components/smartir
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
_LOGGER = logging .getLogger (__name__ )
20
20
21
21
DOMAIN = 'smartir'
22
- VERSION = '1.17.8 '
22
+ VERSION = '1.17.9 '
23
23
MANIFEST_URL = (
24
24
"https://raw.githubusercontent.com/"
25
25
"smartHomeHub/SmartIR/{}/"
Original file line number Diff line number Diff line change 5
5
"dependencies" : [],
6
6
"codeowners" : [" @smartHomeHub" ],
7
7
"requirements" : [" aiofiles>=0.6.0" ],
8
- "homeassistant" : " 2023.6 .0" ,
9
- "version" : " 1.17.8 " ,
8
+ "homeassistant" : " 2023.12 .0" ,
9
+ "version" : " 1.17.9 " ,
10
10
"updater" : {
11
- "version" : " 1.17.8 " ,
12
- "releaseNotes" : " -- Fix self.async_update_ha_state () #1071 " ,
11
+ "version" : " 1.17.9 " ,
12
+ "releaseNotes" : " -- Fix Fan.async_turn_on () #1170 " ,
13
13
"files" : [
14
14
" __init__.py" ,
15
15
" climate.py" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SmartIR" ,
3
- "homeassistant" : " 2023.6 .0" ,
3
+ "homeassistant" : " 2023.12 .0" ,
4
4
"persistent_directory" : " codes"
5
5
}
You can’t perform that action at this time.
0 commit comments