Simply include the file within your configuration.yaml file like this:
# ...
input_number: !include input_numbers.yaml
# ...Restart your Home Assistant to update the values (reloading YAML will not be enough).
| # documentation: https://twenty.com/developers/section/self-hosting | |
| # slogan: Open-source CRM platform for modern teams with customizable workflows and integrations | |
| # tags: crm,productivity,sales,open-source,business | |
| # logo: svgs/twenty.svg | |
| # port: 3000 | |
| services: | |
| postgres: | |
| image: 'postgres:16-alpine' | |
| volumes: |
Simply include the file within your configuration.yaml file like this:
# ...
input_number: !include input_numbers.yaml
# ...Restart your Home Assistant to update the values (reloading YAML will not be enough).
| // Lists of countries with ISO 3166 codes, presented in various formats. | |
| // Last Updated: July 30, 2020 | |
| // If you're using PHP, I suggest checking out: | |
| // https://github.com/thephpleague/iso3166 | |
| // or Laravel: https://github.com/squirephp/squire | |
| // | |
| // JS developers can check out: | |
| // https://www.npmjs.com/package/iso3166-2-db | |
| // |