|
1 | 1 | [ |
2 | 2 | { |
3 | | - "id": "light.living_room_lamp", |
| 3 | + "id": "light.bakery_main", |
4 | 4 | "type": "light", |
5 | | - "area": "Living Room", |
6 | | - "ui_location": "Home dashboard hero tile", |
| 5 | + "area": "Bakery", |
| 6 | + "ui_location": "Rooms page \u2192 Bakery card toggle", |
7 | 7 | "attributes": ["brightness"], |
8 | | - "notes": "Primary toggle used to validate light control plumbing." |
| 8 | + "notes": "Backs the Bakery card rendered by ui_page_rooms.c via ui_room_card." |
9 | 9 | }, |
10 | 10 | { |
11 | | - "id": "light.kitchen_island", |
| 11 | + "id": "light.bedroom_main", |
12 | 12 | "type": "light", |
13 | | - "area": "Kitchen", |
14 | | - "ui_location": "Home dashboard quick actions", |
| 13 | + "area": "Bedroom", |
| 14 | + "ui_location": "Rooms page \u2192 Bedroom card toggle", |
15 | 15 | "attributes": ["brightness"], |
16 | | - "notes": "Displayed as a compact icon button." |
| 16 | + "notes": "Backs the Bedroom card rendered by ui_page_rooms.c via ui_room_card." |
17 | 17 | }, |
18 | 18 | { |
19 | | - "id": "switch.coffee_maker", |
20 | | - "type": "switch", |
21 | | - "area": "Kitchen", |
22 | | - "ui_location": "Automation shortcuts", |
23 | | - "attributes": [], |
24 | | - "notes": "Used for testing generic switch widgets." |
| 19 | + "id": "light.living_main", |
| 20 | + "type": "light", |
| 21 | + "area": "Living Room", |
| 22 | + "ui_location": "Rooms page \u2192 Living Room card toggle", |
| 23 | + "attributes": ["brightness"], |
| 24 | + "notes": "Backs the Living Room card rendered by ui_page_rooms.c via ui_room_card." |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "id": "climate.living_room", |
28 | 28 | "type": "climate", |
29 | 29 | "area": "Living Room", |
30 | | - "ui_location": "Climate panel", |
| 30 | + "ui_location": "Weather page \u2192 Living Room Climate metrics", |
31 | 31 | "attributes": ["temperature", "humidity", "hvac_mode"], |
32 | | - "notes": "Supports heat, cool, and auto modes." |
33 | | - }, |
34 | | - { |
35 | | - "id": "media_player.living_room_display", |
36 | | - "type": "media_player", |
37 | | - "area": "Living Room", |
38 | | - "ui_location": "Media carousel", |
39 | | - "attributes": ["volume_level", "media_title", "media_artist"], |
40 | | - "notes": "Used to render album art and playback controls." |
| 32 | + "notes": "Populates the Living Room Climate metrics assembled in ui_page_weather.c." |
41 | 33 | }, |
42 | 34 | { |
43 | 35 | "id": "sensor.tab5_temperature", |
44 | 36 | "type": "sensor", |
45 | | - "area": "Tab5", |
46 | | - "ui_location": "Sensors page", |
47 | | - "attributes": ["unit_of_measurement:°C"], |
48 | | - "notes": "Reads local temperature from the board sensors." |
| 37 | + "area": "Outdoor", |
| 38 | + "ui_location": "Weather page \u2192 Outdoor Sensors card", |
| 39 | + "attributes": ["unit_of_measurement:\u00B0C"], |
| 40 | + "notes": "Displayed in the Outdoor Sensors metrics list inside ui_page_weather.c." |
49 | 41 | }, |
50 | 42 | { |
51 | 43 | "id": "sensor.tab5_humidity", |
52 | 44 | "type": "sensor", |
53 | | - "area": "Tab5", |
54 | | - "ui_location": "Sensors page", |
| 45 | + "area": "Outdoor", |
| 46 | + "ui_location": "Weather page \u2192 Outdoor Sensors card", |
55 | 47 | "attributes": ["unit_of_measurement:%"], |
56 | | - "notes": "Mirrors the humidity channel in telemetry charts." |
| 48 | + "notes": "Displayed in the Outdoor Sensors metrics list inside ui_page_weather.c." |
57 | 49 | }, |
58 | 50 | { |
59 | | - "id": "binary_sensor.tab5_motion", |
60 | | - "type": "binary_sensor", |
61 | | - "area": "Tab5", |
62 | | - "ui_location": "Security page", |
63 | | - "attributes": ["device_class:motion"], |
64 | | - "notes": "Backed by the IMU gesture detector." |
| 51 | + "id": "media_player.now_playing", |
| 52 | + "type": "media_player", |
| 53 | + "area": "Living Room", |
| 54 | + "ui_location": "Media page \u2192 Now Playing card", |
| 55 | + "attributes": ["volume_level", "media_title", "media_artist"], |
| 56 | + "notes": "Feeds the Now Playing ui_room_card layout created in ui_page_media.c." |
65 | 57 | }, |
66 | 58 | { |
67 | | - "id": "button.tab5_sleep", |
68 | | - "type": "button", |
| 59 | + "id": "light.tab5_backlight", |
| 60 | + "type": "light", |
69 | 61 | "area": "Tab5", |
70 | | - "ui_location": "Control center", |
71 | | - "attributes": [], |
72 | | - "notes": "Triggers low-power sleep mode from the UI." |
| 62 | + "ui_location": "Settings page \u2192 Theme & Display brightness slider", |
| 63 | + "attributes": ["brightness"], |
| 64 | + "notes": "Controlled by the Theme & Display brightness slider built in ui_page_settings.c." |
73 | 65 | } |
74 | 66 | ] |
0 commit comments