Resolves #106 Climate support
This commit is contained in:
@ -3,6 +3,10 @@ part of '../main.dart';
|
||||
class _SunEntityWidgetState extends _EntityWidgetState {
|
||||
|
||||
@override
|
||||
List<String> attributesToShow = ["all"];
|
||||
Map <String, String> _displayStates = {
|
||||
"below_horizon": "Below horizon",
|
||||
"above_horizon": "Above horizon"
|
||||
};
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user