Files
core/homeassistant/components/demo/strings.json
Paulus Schoutsen 7859be6481 Add deduplicate translations script (#96384)
* Add deduplicate script

* Fix forecast_solar incorrect key with space

* Fix utf-8

* Do not create references to other arbitrary other integrations

* Add commented code to only allow applying to referencing integrations

* Tweak

* Bug fix

* Add command line arg for limit reference

* never suggest to update common keys

* Output of script

* Apply suggestions from code review

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>

---------

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00

86 lines
1.8 KiB
JSON

{
"title": "Demo",
"options": {
"step": {
"init": {
"data": {}
},
"options_1": {
"data": {
"constant": "Constant",
"bool": "Optional boolean",
"int": "Numeric input"
},
"submit": "Save!"
},
"options_2": {
"data": {
"string": "String value",
"select": "Select an option",
"multi": "Multiselect"
}
}
}
},
"entity": {
"climate": {
"ubercool": {
"state_attributes": {
"fan_mode": {
"state": {
"auto_high": "Auto High",
"auto_low": "Auto Low",
"on_high": "On High",
"on_low": "On Low"
}
},
"swing_mode": {
"state": {
"1": "1",
"2": "2",
"3": "3",
"auto": "Auto",
"off": "[%key:common::state::off%]"
}
}
}
}
},
"select": {
"speed": {
"state": {
"light_speed": "Light Speed",
"ludicrous_speed": "Ludicrous Speed",
"ridiculous_speed": "Ridiculous Speed"
}
}
},
"sensor": {
"thermostat_mode": {
"name": "Thermostat mode",
"state": {
"away": "[%key:common::state::not_home%]",
"comfort": "Comfort",
"eco": "Eco",
"sleep": "Sleep"
}
}
},
"vacuum": {
"model_s": {
"state_attributes": {
"cleaned_area": {
"name": "Cleaned Area"
}
}
}
}
},
"services": {
"randomize_device_tracker_data": {
"name": "Randomize device tracker data",
"description": "Demonstrates using a device tracker to see where devices are located."
}
}
}