Last active
September 4, 2021 21:33
-
-
Save inator/8bf3be4eba90c569eaecee4ab07b42fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ha:system:peer-interface": { | |
| "config": { | |
| "name": "peer-interface", | |
| "id": "peer-interface", | |
| "zone": "Home" | |
| }, | |
| "platform": "ha", | |
| "type": "system", | |
| "features": { | |
| "info": { | |
| "state": null, | |
| "primary": true, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "info", | |
| "label": "peer-interface: info" | |
| } | |
| }, | |
| "primaryFeature": "info" | |
| }, | |
| "ha:system:clock": { | |
| "config": { | |
| "module": "clock", | |
| "zone": "Main", | |
| "id": "clock" | |
| }, | |
| "platform": "ha", | |
| "type": "system", | |
| "features": { | |
| "dateTime12": { | |
| "state": "Sep 4th 21, 11:40 AM", | |
| "primary": true, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "dateTime12", | |
| "label": "undefined: dateTime12" | |
| }, | |
| "dateTime24": { | |
| "state": "Sep 4th 21, 11:40 AM", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "dateTime24", | |
| "label": "undefined: dateTime24" | |
| }, | |
| "year": { | |
| "state": "2021", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "year", | |
| "label": "undefined: year" | |
| }, | |
| "month": { | |
| "state": "September", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "month", | |
| "label": "undefined: month" | |
| }, | |
| "day": { | |
| "state": "4", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "day", | |
| "label": "undefined: day" | |
| }, | |
| "weekday": { | |
| "state": "Saturday", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "weekday", | |
| "label": "undefined: weekday" | |
| }, | |
| "hour24": { | |
| "state": "11", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "hour24", | |
| "label": "undefined: hour24" | |
| }, | |
| "hour12": { | |
| "state": "11", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "hour12", | |
| "label": "undefined: hour12" | |
| }, | |
| "minute": { | |
| "state": "40", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "minute", | |
| "label": "undefined: minute" | |
| }, | |
| "period12": { | |
| "state": "AM", | |
| "primary": false, | |
| "record": false, | |
| "icon": "eye", | |
| "type": "sensor", | |
| "name": "period12", | |
| "label": "undefined: period12" | |
| } | |
| }, | |
| "primaryFeature": "dateTime12" | |
| } | |
| } |
ghost
commented
Sep 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment