File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
custom_components/smarter Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ def switch_entity_description(self) -> SwitchEntityDescription:
395
395
def select_entity_description (self ) -> SelectEntityDescription :
396
396
"""Return select entity description."""
397
397
return SelectEntityDescription (
398
- key = self .key ,
398
+ ** self .entity_description . __dict__ ,
399
399
options = [mapping ["value" ] for mapping in self ._mappings ],
400
400
)
401
401
Original file line number Diff line number Diff line change 17
17
" smarter-client==0.3.0-dev.3"
18
18
],
19
19
"ssdp" : [],
20
- "version" : " 0.4.0-dev.11 " ,
20
+ "version" : " 0.4.0-dev.13 " ,
21
21
"zeroconf" : []
22
22
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires-python = "~=3.12.4"
4
4
readme = " README.md"
5
5
license = { text = " MIT" }
6
6
name = " homeassistant-smarter"
7
- version = " 0.4.0-dev.12 "
7
+ version = " 0.4.0-dev.13 "
8
8
description = " Default template for PDM package"
9
9
authors = [{ name = " Kirill Birger" , email = " kbirger@gmail.com" }]
10
10
You can’t perform that action at this time.
0 commit comments