|
22 | 22 | # pad_row: 5 |
23 | 23 | layout: 22x2 |
24 | 24 | widgets: |
| 25 | + # DEVICE NAME |
| 26 | + - label: |
| 27 | + grid_cell_column_pos: 0 |
| 28 | + grid_cell_row_pos: 0 |
| 29 | + grid_cell_x_align: STRETCH |
| 30 | + grid_cell_y_align: CENTER |
| 31 | + text: "Device Name:" |
| 32 | + text_color: $label_description_color |
| 33 | + - label: |
| 34 | + id: lbl_device_name |
| 35 | + grid_cell_column_pos: 1 |
| 36 | + grid_cell_row_pos: 0 |
| 37 | + grid_cell_x_align: STRETCH |
| 38 | + grid_cell_y_align: CENTER |
| 39 | + text: "Updating..." |
| 40 | + text_color: $label_on_color |
25 | 41 |
|
26 | 42 | # SENSOR HA INVALID IMPORTS |
27 | 43 | - label: |
28 | 44 | grid_cell_column_pos: 0 |
29 | | - grid_cell_row_pos: 0 |
| 45 | + grid_cell_row_pos: 1 |
30 | 46 | grid_cell_x_align: STRETCH |
31 | 47 | grid_cell_y_align: CENTER |
32 | 48 | text: "Invalid HA imports:" |
33 | 49 | text_color: $label_description_color |
34 | 50 | - label: |
35 | 51 | id: lbl_invalid_ha_import_count |
36 | 52 | grid_cell_column_pos: 1 |
37 | | - grid_cell_row_pos: 0 |
| 53 | + grid_cell_row_pos: 1 |
38 | 54 | grid_cell_x_align: STRETCH |
39 | 55 | grid_cell_y_align: CENTER |
40 | 56 | text: "0" |
|
43 | 59 | # UPTIME |
44 | 60 | - label: |
45 | 61 | grid_cell_column_pos: 0 |
46 | | - grid_cell_row_pos: 1 |
| 62 | + grid_cell_row_pos: 2 |
47 | 63 | grid_cell_x_align: STRETCH |
48 | 64 | grid_cell_y_align: CENTER |
49 | 65 | text: "Uptime:" |
50 | 66 | text_color: $label_description_color |
51 | 67 | - label: |
52 | 68 | id: lbl_uptime |
53 | 69 | grid_cell_column_pos: 1 |
54 | | - grid_cell_row_pos: 1 |
| 70 | + grid_cell_row_pos: 2 |
55 | 71 | grid_cell_x_align: STRETCH |
56 | 72 | grid_cell_y_align: CENTER |
57 | 73 | text: "N/A" |
58 | 74 | text_color: $label_on_color |
59 | 75 | # ESPHOME VERSION |
60 | 76 | - label: |
61 | 77 | grid_cell_column_pos: 0 |
62 | | - grid_cell_row_pos: 2 |
| 78 | + grid_cell_row_pos: 3 |
63 | 79 | grid_cell_x_align: STRETCH |
64 | 80 | grid_cell_y_align: CENTER |
65 | 81 | text: "ESPHome Version:" |
66 | 82 | text_color: $label_description_color |
67 | 83 | - label: |
68 | 84 | id: lbl_esphome_version |
69 | 85 | grid_cell_column_pos: 1 |
70 | | - grid_cell_row_pos: 2 |
| 86 | + grid_cell_row_pos: 3 |
71 | 87 | grid_cell_x_align: STRETCH |
72 | 88 | grid_cell_y_align: CENTER |
73 | 89 | text: "Loading..." |
74 | 90 | text_color: $label_on_color |
75 | 91 | # FW BUILD DATE |
76 | 92 | - label: |
77 | 93 | grid_cell_column_pos: 0 |
78 | | - grid_cell_row_pos: 3 |
| 94 | + grid_cell_row_pos: 4 |
79 | 95 | grid_cell_x_align: STRETCH |
80 | 96 | grid_cell_y_align: CENTER |
81 | 97 | text: "Build Date:" |
82 | 98 | text_color: $label_description_color |
83 | 99 | - label: |
84 | 100 | grid_cell_column_pos: 1 |
85 | | - grid_cell_row_pos: 3 |
| 101 | + grid_cell_row_pos: 4 |
86 | 102 | grid_cell_x_align: STRETCH |
87 | 103 | grid_cell_y_align: CENTER |
88 | 104 | text: |
|
92 | 108 | # MAC ADDRESS |
93 | 109 | - label: |
94 | 110 | grid_cell_column_pos: 0 |
95 | | - grid_cell_row_pos: 4 |
| 111 | + grid_cell_row_pos: 5 |
96 | 112 | grid_cell_x_align: STRETCH |
97 | 113 | grid_cell_y_align: CENTER |
98 | 114 | text: "MAC Address:" |
99 | 115 | text_color: $label_description_color |
100 | 116 | - label: |
101 | 117 | id: lbl_connected_mac |
102 | 118 | grid_cell_column_pos: 1 |
103 | | - grid_cell_row_pos: 4 |
| 119 | + grid_cell_row_pos: 5 |
104 | 120 | grid_cell_x_align: STRETCH |
105 | 121 | grid_cell_y_align: CENTER |
106 | 122 | text: "00:00:00:00:00:00" |
107 | 123 | text_color: $label_on_color |
108 | 124 | # IP ADDRESS |
109 | 125 | - label: |
110 | 126 | grid_cell_column_pos: 0 |
111 | | - grid_cell_row_pos: 5 |
| 127 | + grid_cell_row_pos: 6 |
112 | 128 | grid_cell_x_align: STRETCH |
113 | 129 | grid_cell_y_align: CENTER |
114 | 130 | text: "IP Address:" |
115 | 131 | text_color: $label_description_color |
116 | 132 | - label: |
117 | 133 | id: lbl_ip_address |
118 | 134 | grid_cell_column_pos: 1 |
119 | | - grid_cell_row_pos: 5 |
| 135 | + grid_cell_row_pos: 6 |
120 | 136 | grid_cell_x_align: STRETCH |
121 | 137 | grid_cell_y_align: CENTER |
122 | 138 | text: "0.0.0.0" |
123 | 139 | text_color: $label_on_color |
124 | 140 | # CONNECTED SSID |
125 | 141 | - label: |
126 | 142 | grid_cell_column_pos: 0 |
127 | | - grid_cell_row_pos: 6 |
| 143 | + grid_cell_row_pos: 7 |
128 | 144 | grid_cell_x_align: STRETCH |
129 | 145 | grid_cell_y_align: CENTER |
130 | 146 | text: "Connected SSID" |
131 | 147 | text_color: $label_description_color |
132 | 148 | - label: |
133 | 149 | id: lbl_connected_ssid |
134 | 150 | grid_cell_column_pos: 1 |
135 | | - grid_cell_row_pos: 6 |
| 151 | + grid_cell_row_pos: 7 |
136 | 152 | grid_cell_x_align: STRETCH |
137 | 153 | grid_cell_y_align: CENTER |
138 | 154 | text: "Updating..." |
139 | 155 | text_color: $label_on_color |
140 | 156 | # WIFI STRENGTH |
141 | 157 | - label: |
142 | 158 | grid_cell_column_pos: 0 |
143 | | - grid_cell_row_pos: 7 |
| 159 | + grid_cell_row_pos: 8 |
144 | 160 | grid_cell_x_align: STRETCH |
145 | 161 | grid_cell_y_align: CENTER |
146 | 162 | text: "WiFi Strength" |
147 | 163 | text_color: $label_description_color |
148 | 164 | - label: |
149 | 165 | id: lbl_wifi_signal_db_percent |
150 | 166 | grid_cell_column_pos: 1 |
151 | | - grid_cell_row_pos: 7 |
152 | | - grid_cell_x_align: STRETCH |
153 | | - grid_cell_y_align: CENTER |
154 | | - text: "Updating..." |
155 | | - text_color: $label_on_color |
156 | | - |
157 | | - # DEVICE NAME |
158 | | - - label: |
159 | | - grid_cell_column_pos: 0 |
160 | | - grid_cell_row_pos: 8 |
161 | | - grid_cell_x_align: STRETCH |
162 | | - grid_cell_y_align: CENTER |
163 | | - text: "Device Name:" |
164 | | - text_color: $label_description_color |
165 | | - - label: |
166 | | - id: lbl_device_name |
167 | | - grid_cell_column_pos: 1 |
168 | 167 | grid_cell_row_pos: 8 |
169 | 168 | grid_cell_x_align: STRETCH |
170 | 169 | grid_cell_y_align: CENTER |
171 | 170 | text: "Updating..." |
172 | 171 | text_color: $label_on_color |
| 172 | + |
173 | 173 |
|
174 | 174 | # SPACER |
175 | 175 | - obj: |
|
0 commit comments