1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/input_datetime/strings.json
2025-10-28 10:33:10 +01:00

67 lines
1.5 KiB
JSON

{
"entity_component": {
"_": {
"name": "[%key:component::input_datetime::title%]",
"state_attributes": {
"day": {
"name": "Day"
},
"editable": {
"name": "[%key:common::generic::ui_managed%]",
"state": {
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
}
},
"hour": {
"name": "Hour"
},
"minute": {
"name": "Minute"
},
"month": {
"name": "Month"
},
"second": {
"name": "Second"
},
"timestamp": {
"name": "Timestamp"
},
"year": {
"name": "Year"
}
}
}
},
"services": {
"reload": {
"description": "Reloads helpers from the YAML-configuration.",
"name": "[%key:common::action::reload%]"
},
"set_datetime": {
"description": "Sets the date and/or time.",
"fields": {
"date": {
"description": "The target date.",
"name": "Date"
},
"datetime": {
"description": "The target date & time.",
"name": "Date & time"
},
"time": {
"description": "The target time.",
"name": "Time"
},
"timestamp": {
"description": "The target date & time, expressed by a UNIX timestamp.",
"name": "Timestamp"
}
},
"name": "Set"
}
},
"title": "Input datetime"
}