This repository was archived by the owner on Jan 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515import homeassistant .helpers .config_validation as cv
1616from homeassistant .helpers .event import track_time_interval
1717
18- __version__ = '1.2.0 '
18+ __version__ = '1.2.1 '
1919
2020_LOGGER = logging .getLogger (__name__ )
2121
@@ -113,7 +113,7 @@ def cache_versions(self, call):
113113 "repo" : remoteinfo [3 ],
114114 "change_log" : remoteinfo [4 ],
115115 }
116- self .hass .data [CARD_DATA ]['domain' ] = DOMAIN
116+ self .hass .data [CARD_DATA ]['domain' ] = 'custom_cards'
117117 self .hass .data [CARD_DATA ]['repo' ] = '#'
118118 self .hass .states .set ('sensor.custom_card_tracker' , time .time (), self .hass .data [CARD_DATA ])
119119
@@ -248,7 +248,7 @@ def cache_versions(self, call):
248248 "repo" : remoteinfo [4 ],
249249 "change_log" : remoteinfo [5 ],
250250 }
251- self .hass .data [COMPONENT_DATA ]['domain' ] = DOMAIN
251+ self .hass .data [COMPONENT_DATA ]['domain' ] = 'custom_components'
252252 self .hass .data [COMPONENT_DATA ]['repo' ] = '#'
253253 self .hass .states .set ('sensor.custom_component_tracker' , time .time (), self .hass .data [COMPONENT_DATA ])
254254
You can’t perform that action at this time.
0 commit comments