This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
ha_client/lib/entity_class/sun_entity.class.dart
2018-10-07 15:03:51 +03:00

8 lines
140 B
Dart

part of '../main.dart';
class _SunEntityWidgetState extends _EntityWidgetState {
@override
List<String> attributesToShow = ["all"];
}